Searched refs:pVideoEnc (Results 1 – 2 of 2) sorted by relevance
268 …RKVPU_OMX_VIDEOENC_COMPONENT *pVideoEnc = (RKVPU_OMX_VIDEOENC_COMPONENT *)pRockchipComponent->… in Rkvpu_Enc_ReConfig() local274 Rockchip_OSAL_MutexLock(pVideoEnc->bRecofig_Mutex); in Rkvpu_Enc_ReConfig()275 if (pVideoEnc->vpu_ctx) { in Rkvpu_Enc_ReConfig()277 pVideoEnc->vpu_ctx->control(pVideoEnc->vpu_ctx, VPU_API_ENC_GETCFG, &preEncParam); in Rkvpu_Enc_ReConfig()278 if (pVideoEnc->rkvpu_close_cxt) { in Rkvpu_Enc_ReConfig()279 pVideoEnc->rkvpu_close_cxt(&pVideoEnc->vpu_ctx); in Rkvpu_Enc_ReConfig()282 if (pVideoEnc->vpu_ctx == NULL) { in Rkvpu_Enc_ReConfig()283 if (pVideoEnc->rkvpu_open_cxt) { in Rkvpu_Enc_ReConfig()284 pVideoEnc->rkvpu_open_cxt(&p_vpu_ctx); in Rkvpu_Enc_ReConfig()293 if (kCodeMap[i].omx_id == pVideoEnc->codecId) { in Rkvpu_Enc_ReConfig()[all …]
257 RKVPU_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; in Rkvpu_OMX_AllocateBuffer() local282 pVideoEnc = (RKVPU_OMX_VIDEOENC_COMPONENT *)pRockchipComponent->hComponentHandle; in Rkvpu_OMX_AllocateBuffer()353 RKVPU_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; in Rkvpu_OMX_FreeBuffer() local374 pVideoEnc = (RKVPU_OMX_VIDEOENC_COMPONENT *)pRockchipComponent->hComponentHandle; in Rkvpu_OMX_FreeBuffer()520 RKVPU_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; in Rkvpu_OMX_FlushPort() local528 pVideoEnc = (RKVPU_OMX_VIDEOENC_COMPONENT *)pRockchipComponent->hComponentHandle; in Rkvpu_OMX_FlushPort()551 RKVPU_OMX_VIDEOENC_COMPONENT *pVideoEnc = NULL; in Rkvpu_OMX_BufferFlush() local571 pVideoEnc = (RKVPU_OMX_VIDEOENC_COMPONENT *)pRockchipComponent->hComponentHandle; in Rkvpu_OMX_BufferFlush()592 VpuCodecContext_t *p_vpu_ctx = pVideoEnc->vpu_ctx; in Rkvpu_OMX_BufferFlush()610 if (pVideoEnc) { in Rkvpu_OMX_BufferFlush()[all …]