HomeSort by relevance Sort by last modified time
    Searched refs:OMX_VIDEO_CodingVP8 (Results 1 - 17 of 17) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 46 paramPortDefinitionInput->format.video.eCompressionFormat = OMX_VIDEO_CodingVP8;
OMXVideoEncoderVP8.cpp 41 paramPortDefinitionOutput->format.video.eCompressionFormat = OMX_VIDEO_CodingVP8;
OMXVideoDecoderBase.cpp 660 if (paramPortDefinitionInput.format.video.eCompressionFormat == OMX_VIDEO_CodingVP8) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 40 mMode(codingType == OMX_VIDEO_CodingVP8 ? MODE_VP8 : MODE_VP9),
186 name, "video_decoder.vp8", OMX_VIDEO_CodingVP8,
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 149 codec_type = OMX_VIDEO_CodingVP8;
261 } else if (codec_type == OMX_VIDEO_CodingVP8) {
310 } else if (codec_type == OMX_VIDEO_CodingVP8) {
311 m_sOutPortDef.format.video.eCompressionFormat = OMX_VIDEO_CodingVP8;
341 } else if (codec_type == OMX_VIDEO_CodingVP8) {
342 m_sOutPortFormat.eCompressionFormat = OMX_VIDEO_CodingVP8;
    [all...]
video_encoder_device_v4l2.cpp     [all...]
omx_video_base.cpp     [all...]
  /frameworks/native/include/media/openmax/
OMX_AsString.h     [all...]
OMX_Video.h 88 OMX_VIDEO_CodingVP8, /**< Google VP8, formerly known as On2 VP8 */
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Video.h 71 OMX_VIDEO_CodingVP8, /**< Google VP8, formerly known as On2 VP8 */
    [all...]
OMX_QCOMExtns.h 293 QOMX_VIDEO_CodingVp8 = OMX_VIDEO_CodingVP8, /**< keeping old enum for backwards compatibility*/
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 66 name, "video_encoder.vp8", OMX_VIDEO_CodingVP8,
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h 549 OMX_VIDEO_CodingVP8 /* VP8 */
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]

Completed in 3099 milliseconds