Home
last modified time | relevance | path

Searched refs:qpmapTmp (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_venc.cpp272 RK_S16 *qpmapTmp = RK_NULL; in venc_send_frame() local
287 if (pstCtx->u32DstCodec == RK_VIDEO_ID_HEVC && !qpmapTmp) { in venc_send_frame()
288 qpmapTmp = (RK_S16 *)malloc(qpmapSize); in venc_send_frame()
289 if (!qpmapTmp) in venc_send_frame()
292 qpmap = (pstCtx->u32DstCodec == RK_VIDEO_ID_AVC ? qpmapData : qpmapTmp); in venc_send_frame()
299 … h265_set_qpmap_64x64(qpmapData, qpmapTmp, pstCtx->u32SrcWidth, pstCtx->u32SrcHeight); in venc_send_frame()
463 if (qpmapTmp) in venc_send_frame()
464 free(qpmapTmp); in venc_send_frame()