HomeSort by relevance Sort by last modified time
    Searched refs:OMX_VIDEO_CodingAVC (Results 1 - 25 of 40) sorted by null

1 2

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderPAVC.cpp 48 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
OMXVideoDecoderAVC.cpp 59 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
OMXVideoEncoderAVC.cpp 179 paramPortDefinitionOutput->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp 127 codec_type = OMX_VIDEO_CodingAVC;
133 codec_type = OMX_VIDEO_CodingAVC;
238 else if(codec_type == OMX_VIDEO_CodingAVC)
292 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
325 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingAVC;
399 if (codec_type == OMX_VIDEO_CodingAVC)
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 145 codec_type = OMX_VIDEO_CodingAVC;
149 codec_type = OMX_VIDEO_CodingAVC;
240 if (codec_type == OMX_VIDEO_CodingAVC)
275 } else if (codec_type == OMX_VIDEO_CodingAVC) {
328 } else if (codec_type == OMX_VIDEO_CodingAVC) {
329 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
361 } else if (codec_type == OMX_VIDEO_CodingAVC) {
362 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 571 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
    [all...]
OMX_VideoDec_Utils.c 72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
109 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
138 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp 176 videoparam.eCompressionFormat = OMX_VIDEO_CodingAVC;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]
OMX_VideoEncoder.c 362 pComponentPrivate->compressionFormats[0]=OMX_VIDEO_CodingAVC;
693 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
700 pPortDef->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp 584 else if(m_sProfile.eCodec == OMX_VIDEO_CodingAVC)
686 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC)
797 else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC)
839 (m_sProfile.eCodec == OMX_VIDEO_CodingAVC)){
856 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC){
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 621 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
719 if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
823 } else if (m_sProfile.eCodec == OMX_VIDEO_CodingAVC) {
860 (m_sProfile.eCodec == OMX_VIDEO_CodingAVC)) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 56 name, "video_decoder.avc", OMX_VIDEO_CodingAVC,
  /frameworks/native/include/media/openmax/
OMX_AsString.h     [all...]
OMX_Video.h 86 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h 69 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Video.h 69 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h 69 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h 86 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h 69 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 159 name, "video_encoder.avc", OMX_VIDEO_CodingAVC,
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 100 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 900 compressionFormat = OMX_VIDEO_CodingAVC;
988 case OMX_VIDEO_CodingAVC:
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 36 #define codingType OMX_VIDEO_CodingAVC

Completed in 771 milliseconds

1 2