Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Index.h172 OMX_IndexConfigVideoFramerate, /**< reference: OMX_CONFIG_FRAMERATETYPE */ enumerator
/hardware/qcom/media/mm-core/inc/
DOMX_Index.h172 OMX_IndexConfigVideoFramerate, /**< reference: OMX_CONFIG_FRAMERATETYPE */ enumerator
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Index.h172 OMX_IndexConfigVideoFramerate, /**< reference: OMX_CONFIG_FRAMERATETYPE */ enumerator
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Index.h190 OMX_IndexConfigVideoFramerate, /**< reference: OMX_CONFIG_FRAMERATETYPE */ enumerator
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Index.h172 OMX_IndexConfigVideoFramerate, /**< reference: OMX_CONFIG_FRAMERATETYPE */ enumerator
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp985 OMX_IndexConfigVideoFramerate, in ConfigureEncoder()
990 OMX_IndexConfigVideoFramerate, in ConfigureEncoder()
1362 dynamic_config.config_param = OMX_IndexConfigVideoFramerate; in VencTest_ReadDynamicConfigMsg()
1406 if (dynamic_config.config_param == OMX_IndexConfigVideoFramerate) in VencTest_ProcessDynamicConfigurationFile()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1002 OMX_IndexConfigVideoFramerate, in ConfigureEncoder()
1007 OMX_IndexConfigVideoFramerate, in ConfigureEncoder()
1375 dynamic_config.config_param = OMX_IndexConfigVideoFramerate; in VencTest_ReadDynamicConfigMsg()
1406 if (dynamic_config.config_param == OMX_IndexConfigVideoFramerate) { in VencTest_ProcessDynamicConfigurationFile()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c203 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); in OMX_ConfigureDynamicFrameRate()
241 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); in OMX_ConfigureDynamicFrameRate()
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c205 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); in OMX_ConfigureDynamicFrameRate()
243 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate); in OMX_ConfigureDynamicFrameRate()
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1252 case OMX_IndexConfigVideoFramerate: in set_config()
1260 if(handle->venc_set_config(configData, OMX_IndexConfigVideoFramerate) != true) in set_config()
Dvideo_encoder_device.cpp1057 case OMX_IndexConfigVideoFramerate: in venc_set_config()
Dvideo_encoder_device_copper.cpp1067 case OMX_IndexConfigVideoFramerate: in venc_set_config()
Domx_video_base.cpp1913 case OMX_IndexConfigVideoFramerate: in get_config()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp1592 case OMX_IndexConfigVideoFramerate: in set_config()
1600 … if (handle->venc_set_config(configData, OMX_IndexConfigVideoFramerate) != true) { in set_config()
Dvideo_encoder_device.cpp1225 case OMX_IndexConfigVideoFramerate: in venc_set_config()
Domx_video_base.cpp1972 case OMX_IndexConfigVideoFramerate: in get_config()
Dvideo_encoder_device_v4l2.cpp1944 case OMX_IndexConfigVideoFramerate: in venc_set_config()
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderBase.cpp399 AddHandler(OMX_IndexConfigVideoFramerate, GetConfigVideoFramerate, SetConfigVideoFramerate); in BuildHandlerList()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c1642 case OMX_IndexConfigVideoFramerate: in VIDDEC_SetParameter()
1803 case OMX_IndexConfigVideoFramerate: in VIDDEC_GetConfig()
2092 case OMX_IndexConfigVideoFramerate: in VIDDEC_SetConfig()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEncoder.c2305 case OMX_IndexConfigVideoFramerate: in GetConfig()
2513 case OMX_IndexConfigVideoFramerate: in SetConfig()