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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP8.cpp 48 // OMX_VIDEO_PARAM_VP8TYPE
90 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE *)pStructure;
100 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE *)pStructure;
OMXVideoDecoderVP8.h 58 OMX_VIDEO_PARAM_VP8TYPE mParamVp8;
OMXVideoEncoderVP8.h 29 OMX_VIDEO_PARAM_VP8TYPE mParamVp8;
OMXVideoEncoderVP8.cpp 245 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE*) pStructure;
255 OMX_VIDEO_PARAM_VP8TYPE *p = (OMX_VIDEO_PARAM_VP8TYPE*) pStructure;
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_VideoExt.h 79 typedef struct OMX_VIDEO_PARAM_VP8TYPE {
87 } OMX_VIDEO_PARAM_VP8TYPE;
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_VideoExt.h 79 typedef struct OMX_VIDEO_PARAM_VP8TYPE {
87 } OMX_VIDEO_PARAM_VP8TYPE;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 238 const OMX_VIDEO_PARAM_VP8TYPE* vp8Params);
SoftVPXEncoder.cpp 398 OMX_VIDEO_PARAM_VP8TYPE *vp8Params =
399 (OMX_VIDEO_PARAM_VP8TYPE *)param;
462 const OMX_VIDEO_PARAM_VP8TYPE *vp8Params =
463 (const OMX_VIDEO_PARAM_VP8TYPE*) param;
534 const OMX_VIDEO_PARAM_VP8TYPE* vp8Params) {
  /frameworks/native/include/media/openmax/
OMX_VideoExt.h 112 typedef struct OMX_VIDEO_PARAM_VP8TYPE {
120 } OMX_VIDEO_PARAM_VP8TYPE;
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 443 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE);
    [all...]
omx_video_base.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 520 OMX_INIT_STRUCT(&m_sParamVP8, OMX_VIDEO_PARAM_VP8TYPE);
    [all...]
omx_video_base.cpp     [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 592 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 605 OMX_VIDEO_PARAM_VP8TYPE m_sParamVP8;

Completed in 391 milliseconds