Searched refs:frame_out (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.c | 286 if (NULL != p->frame_out) { in vp8d_unref_allframe() 287 vp8d_unref_frame(p, p->frame_out); in vp8d_unref_allframe() 288 p->frame_out = NULL; in vp8d_unref_allframe() 561 p->dxva_ctx->CurrPic.Index7Bits = p->frame_out->slot_index; in vp8d_convert_to_syntx() 603 if (NULL == p->frame_out) { in vp8d_alloc_frame() 604 p->frame_out = mpp_calloc(VP8Frame, 1); in vp8d_alloc_frame() 605 if (NULL == p->frame_out) { in vp8d_alloc_frame() 610 if (NULL == p->frame_out->f) { in vp8d_alloc_frame() 611 mpp_frame_init(&p->frame_out->f); in vp8d_alloc_frame() 612 if (NULL == p->frame_out->f) { in vp8d_alloc_frame() [all …]
|
| H A D | vp8d_parser.h | 91 VP8Frame *frame_out; member
|
| /OK3568_Linux_fs/external/mpp/test/ |
| H A D | mpi_rc2_test.c | 161 static MPP_RET mpi_rc_cmp_frame(MppFrame frame_in, MppFrame frame_out) in mpi_rc_cmp_frame() argument 164 void *dec_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_cmp_frame() 167 RK_U32 dec_width = mpp_frame_get_width(frame_out); in mpi_rc_cmp_frame() 168 RK_U32 dec_height = mpp_frame_get_height(frame_out); in mpi_rc_cmp_frame() 194 MppFrame frame_out) in mpi_rc_calc_psnr() argument 206 RK_U32 dec_hor_stride = mpp_frame_get_hor_stride(frame_out); in mpi_rc_calc_psnr() 208 RK_U8 *dec_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_psnr() 338 static void mpi_rc_calc_ssim(MpiRc2TestCtx *ctx, MppFrame frame_in, MppFrame frame_out) in mpi_rc_calc_ssim() argument 346 RK_U32 dec_hor_stride = mpp_frame_get_hor_stride(frame_out); in mpi_rc_calc_ssim() 350 (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_ssim() [all …]
|
| H A D | mpi_dec_multi_test.c | 326 MppFrame frame_out = NULL; in multi_dec_advanced() local 328 mpp_task_meta_get_frame(task, KEY_OUTPUT_FRAME, &frame_out); in multi_dec_advanced() 340 if (mpp_frame_get_eos(frame_out)) { in multi_dec_advanced()
|
| H A D | mpi_dec_test.c | 405 MppFrame frame_out = NULL; in dec_advanced() local 407 mpp_task_meta_get_frame(task, KEY_OUTPUT_FRAME, &frame_out); in dec_advanced() 425 if (mpp_frame_get_eos(frame_out)) { in dec_advanced()
|
| /OK3568_Linux_fs/buildroot/package/mmc-utils/ |
| H A D | 0001-mmc_cmds.c-fix-build-with-gcc-4.9.patch | 33 if (!frame_in || !frame_out || !out_cnt)
|
| /OK3568_Linux_fs/external/mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 794 MppFrame frame_out = NULL; in decode() local 796 mpp_task_meta_get_frame(task, KEY_OUTPUT_FRAME, &frame_out); in decode() 797 mpp_assert(frame_out == mframe); in decode() 1198 MppFrame frame_out = NULL; in encode() local 1227 ret = mpp_task_meta_get_frame(task, KEY_INPUT_FRAME, &frame_out); in encode() 1228 mpp_assert(frame_out == frame); in encode()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 1051 MppFrame frame_out = NULL; in hal_h265d_rkv_wait() local 1053 SLOT_FRAME_PTR, &frame_out); in hal_h265d_rkv_wait() 1054 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_rkv_wait()
|
| H A D | hal_h265d_vdpu382.c | 1128 MppFrame frame_out = NULL; in hal_h265d_vdpu382_wait() local 1130 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu382_wait() 1131 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu382_wait()
|
| H A D | hal_h265d_vdpu34x.c | 1320 MppFrame frame_out = NULL; in hal_h265d_vdpu34x_wait() local 1322 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu34x_wait() 1323 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu34x_wait()
|