Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c522 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_INPUT_PORT]->pBitRateTypeConfig, in OMX_ComponentInit()
526 VIDENC_MALLOC(pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig, in OMX_ComponentInit()
909 OMX_CONF_INIT_STRUCT(pCompPortIn->pBitRateTypeConfig, OMX_VIDEO_CONFIG_BITRATETYPE); in OMX_ComponentInit()
910 pCompPortIn->pBitRateTypeConfig->nPortIndex = VIDENC_INPUT_PORT; in OMX_ComponentInit()
911 pCompPortIn->pBitRateTypeConfig->nEncodeBitrate = 0; in OMX_ComponentInit()
913 OMX_CONF_INIT_STRUCT(pCompPortOut->pBitRateTypeConfig, OMX_VIDEO_CONFIG_BITRATETYPE); in OMX_ComponentInit()
914 pCompPortOut->pBitRateTypeConfig->nPortIndex = VIDENC_OUTPUT_PORT; in OMX_ComponentInit()
917 pCompPortOut->pBitRateTypeConfig->nEncodeBitrate = VIDENC_STRUCT_MPEG4DEFBITRATE[0][1]; in OMX_ComponentInit()
920 pCompPortOut->pBitRateTypeConfig->nEncodeBitrate = VIDENC_STRUCT_H263DEFBITRATE[0][1]; in OMX_ComponentInit()
923 pCompPortOut->pBitRateTypeConfig->nEncodeBitrate = VIDENC_STRUCT_H264DEFBITRATE[0][1]; in OMX_ComponentInit()
[all …]
DOMX_VideoEnc_Utils.c2479 ….targetBitRate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig->nEncodeBitr… in OMX_VIDENC_Process_FilledInBuf()
2666 …etBitRate = pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig->nEncodeBitr… in OMX_VIDENC_Queue_Mpeg4_Buffer()
2752 … (int)pComponentPrivate->pCompPort[VIDENC_OUTPUT_PORT]->pBitRateTypeConfig->nEncodeBitrate, in OMX_VIDENC_Queue_Mpeg4_Buffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h519 OMX_VIDEO_CONFIG_BITRATETYPE* pBitRateTypeConfig; member