Home
last modified time | relevance | path

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

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Video.h83 OMX_VIDEO_CodingMPEG4, /**< MPEG-4 */ enumerator
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp311 …orts[OMX_PORT_OUTPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4; in ConstructComponent()
431 pOutPort->VideoParam[0].eCompressionFormat = OMX_VIDEO_CodingMPEG4; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp305 …Ports[OMX_PORT_INPUTPORT_INDEX]->PortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4; in ConstructComponent()
397 pInPort->VideoParam[0].eCompressionFormat = OMX_VIDEO_CodingMPEG4; in ConstructComponent()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp1065 iOMXVideoCompressionFormat = OMX_VIDEO_CodingMPEG4; in NegotiateComponentParameters()
1084 if ((iOMXVideoCompressionFormat == OMX_VIDEO_CodingMPEG4) || in NegotiateComponentParameters()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp2313 DesiredPortFormat = OMX_VIDEO_CodingMPEG4; in NegotiateVideoComponentParameters()
2409 iParamPort.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG4; in NegotiateVideoComponentParameters()