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

1 2

  /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...]
omx_video_base.cpp     [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/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 124 codec_type = OMX_VIDEO_CodingAVC;
204 if (codec_type == OMX_VIDEO_CodingAVC)
239 } else if (codec_type == OMX_VIDEO_CodingAVC) {
289 } else if (codec_type == OMX_VIDEO_CodingAVC) {
290 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
320 } else if (codec_type == OMX_VIDEO_CodingAVC) {
321 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingAVC;
    [all...]
video_encoder_device.cpp 241 if (codec == OMX_VIDEO_CodingAVC)
262 if (codec == OMX_VIDEO_CodingAVC) {
    [all...]
omx_video_base.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 416 def.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
473 formatParams->eCompressionFormat = OMX_VIDEO_CodingAVC;
580 if (def->format.video.eCompressionFormat != OMX_VIDEO_CodingAVC ||
642 if (formatParams->eCompressionFormat != OMX_VIDEO_CodingAVC ||
    [all...]
  /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_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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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/omap4xxx/domx/omx_core/inc/
OMX_Video.h 69 OMX_VIDEO_CodingAVC, /**< H.264/AVC */
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 795 compressionFormat = OMX_VIDEO_CodingAVC;
881 case OMX_VIDEO_CodingAVC:
    [all...]
ACodec.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]

Completed in 90 milliseconds

1 2