Home
last modified time | relevance | path

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

/hardware/qcom/media/mm-core/omxcore/inc/
DOMX_Index.h180 OMX_IndexConfigVideoNalSize, /**< reference: OMX_VIDEO_CONFIG_NALSIZE */ enumerator
/hardware/qcom/media/mm-core/inc/
DOMX_Index.h180 OMX_IndexConfigVideoNalSize, /**< reference: OMX_VIDEO_CONFIG_NALSIZE */ enumerator
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_Index.h180 OMX_IndexConfigVideoNalSize, /**< reference: OMX_VIDEO_CONFIG_NALSIZE */ enumerator
/hardware/ti/omap4-aah/domx/omx_core/inc/
DOMX_Index.h198 OMX_IndexConfigVideoNalSize, /**< reference: OMX_VIDEO_CONFIG_NALSIZE */ enumerator
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
DOMX_Index.h180 OMX_IndexConfigVideoNalSize, /**< reference: OMX_VIDEO_CONFIG_NALSIZE */ enumerator
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp672 AddHandler(OMX_IndexConfigVideoNalSize, GetConfigVideoNalSize, SetConfigVideoNalSize); in BuildHandlerList()
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
DOMX_VideoDecoder.c1648 case OMX_IndexConfigVideoNalSize: in VIDDEC_SetParameter()
1808 case OMX_IndexConfigVideoNalSize: in VIDDEC_GetConfig()
2097 case OMX_IndexConfigVideoNalSize: in VIDDEC_SetConfig()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1965 DEBUG_PRINT("\n Nal length is %d index %d",nalSize,OMX_IndexConfigVideoNalSize); in Play_Decoder()
1966 OMX_SetConfig(dec_handle,OMX_IndexConfigVideoNalSize,(OMX_PTR)&naluSize); in Play_Decoder()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp2229 DEBUG_PRINT("\n Nal length is %d index %d",nalSize,OMX_IndexConfigVideoNalSize); in Play_Decoder()
2230 OMX_SetConfig(dec_handle,OMX_IndexConfigVideoNalSize,(OMX_PTR)&naluSize); in Play_Decoder()
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec_copper.cpp3654 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
Domx_vdec.cpp3960 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp3470 } else if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config()
Domx_vdec.cpp3728 } else if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config()
Domx_vdec_hevc_swvdec.cpp4185 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
Domx_vdec_msm8974.cpp4302 if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config()