Searched refs:frame_out (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/vp8/ |
| H A D | vp8d_parser.c | 288 if (NULL != p->frame_out) { in vp8d_unref_allframe() 289 vp8d_unref_frame(p, p->frame_out); in vp8d_unref_allframe() 290 p->frame_out = NULL; in vp8d_unref_allframe() 567 p->dxva_ctx->CurrPic.Index7Bits = p->frame_out->slot_index; in vp8d_convert_to_syntx() 609 if (NULL == p->frame_out) { in vp8d_alloc_frame() 610 p->frame_out = mpp_calloc(VP8Frame, 1); in vp8d_alloc_frame() 611 if (NULL == p->frame_out) { in vp8d_alloc_frame() 616 if (NULL == p->frame_out->f) { in vp8d_alloc_frame() 617 mpp_frame_init(&p->frame_out->f); in vp8d_alloc_frame() 618 if (NULL == p->frame_out->f) { in vp8d_alloc_frame() [all …]
|
| H A D | vp8d_parser.h | 92 VP8Frame *frame_out; member
|
| /rockchip-linux_mpp/test/ |
| H A D | mpi_rc2_test.c | 149 static MPP_RET mpi_rc_cmp_frame(MppFrame frame_in, MppFrame frame_out) in mpi_rc_cmp_frame() argument 152 void *dec_buf = mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_cmp_frame() 155 RK_U32 dec_width = mpp_frame_get_width(frame_out); in mpi_rc_cmp_frame() 156 RK_U32 dec_height = mpp_frame_get_height(frame_out); in mpi_rc_cmp_frame() 182 MppFrame frame_out) in mpi_rc_calc_psnr() argument 194 RK_U32 dec_hor_stride = mpp_frame_get_hor_stride(frame_out); in mpi_rc_calc_psnr() 196 RK_U8 *dec_buf = (RK_U8 *)mpp_buffer_get_ptr(mpp_frame_get_buffer(frame_out)); in mpi_rc_calc_psnr() 326 static void mpi_rc_calc_ssim(MpiRc2TestCtx *ctx, MppFrame frame_in, MppFrame frame_out) in mpi_rc_calc_ssim() argument 334 RK_U32 dec_hor_stride = mpp_frame_get_hor_stride(frame_out); in mpi_rc_calc_ssim() 338 (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 | 313 MppFrame frame_out = NULL; in multi_dec_advanced() local 315 mpp_task_meta_get_frame(task, KEY_OUTPUT_FRAME, &frame_out); in multi_dec_advanced() 327 if (mpp_frame_get_eos(frame_out)) { in multi_dec_advanced()
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | vpu_api_legacy.cpp | 823 MppFrame frame_out = NULL; in decode() local 825 mpp_task_meta_get_frame(task, KEY_OUTPUT_FRAME, &frame_out); in decode() 826 mpp_assert(frame_out == mframe); in decode() 1236 MppFrame frame_out = NULL; in encode() local 1265 ret = mpp_task_meta_get_frame(task, KEY_INPUT_FRAME, &frame_out); in encode() 1266 mpp_assert(frame_out == frame); in encode()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 1031 MppFrame frame_out = NULL; in hal_h265d_rkv_wait() local 1033 SLOT_FRAME_PTR, &frame_out); in hal_h265d_rkv_wait() 1034 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_rkv_wait()
|
| H A D | hal_h265d_vdpu382.c | 1125 MppFrame frame_out = NULL; in hal_h265d_vdpu382_wait() local 1127 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu382_wait() 1128 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu382_wait()
|
| H A D | hal_h265d_vdpu384a.c | 1329 MppFrame frame_out = NULL; in hal_h265d_vdpu384a_wait() local 1331 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu384a_wait() 1332 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu384a_wait()
|
| H A D | hal_h265d_vdpu34x.c | 1335 MppFrame frame_out = NULL; in hal_h265d_vdpu34x_wait() local 1337 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu34x_wait() 1338 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu34x_wait()
|
| H A D | hal_h265d_vdpu383.c | 1391 MppFrame frame_out = NULL; in hal_h265d_vdpu383_wait() local 1393 SLOT_FRAME_PTR, &frame_out); in hal_h265d_vdpu383_wait() 1394 mpp_frame_set_errinfo(frame_out, 1); in hal_h265d_vdpu383_wait()
|