Lines Matching refs:frame
39 MppFrame frame; member
120 MppFrame frame = NULL; in thread_output() local
121 MPP_RET ret = mpi->decode_get_frame(ctx, &frame); in thread_output()
128 if (NULL == frame) { in thread_output()
133 if (mpp_frame_get_info_change(frame)) { in thread_output()
135 RK_U32 width = mpp_frame_get_width(frame); in thread_output()
136 RK_U32 height = mpp_frame_get_height(frame); in thread_output()
137 RK_U32 hor_stride = mpp_frame_get_hor_stride(frame); in thread_output()
138 RK_U32 ver_stride = mpp_frame_get_ver_stride(frame); in thread_output()
139 RK_U32 buf_size = mpp_frame_get_buf_size(frame); in thread_output()
181 RK_U32 err_info = mpp_frame_get_errinfo(frame); in thread_output()
182 RK_U32 discard = mpp_frame_get_discard(frame); in thread_output()
187 if (mpp_frame_has_meta(frame)) { in thread_output()
188 MppMeta meta = mpp_frame_get_meta(frame); in thread_output()
205 dump_mpp_frame_to_file(frame, data->fp_output); in thread_output()
210 frm_eos = mpp_frame_get_eos(frame); in thread_output()
211 mpp_frame_deinit(&frame); in thread_output()
234 MppFrame frame = NULL; in mt_dec_decode() local
333 data.frame = frame; in mt_dec_decode()
382 if (frame) { in mt_dec_decode()
383 mpp_frame_deinit(&frame); in mt_dec_decode()
384 frame = NULL; in mt_dec_decode()