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

  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 28 struct MediaImage {
98 void initFromV1(const MediaImage&); // for internal use only
227 inline static const char *asString(MediaImage::Type i, const char *def = "??") {
229 case MediaImage::MEDIA_IMAGE_TYPE_UNKNOWN: return "Unknown";
230 case MediaImage::MEDIA_IMAGE_TYPE_YUV: return "YUV";
235 inline static const char *asString(MediaImage::PlaneIndex i, const char *def = "??") {
237 case MediaImage::Y: return "Y";
238 case MediaImage::U: return "U";
239 case MediaImage::V: return "V";
HardwareAPI.h 241 // The component shall fill out the MediaImage structure that
250 // is OMX_TRUE), the component shall fill out the MediaImage information for the
272 // output: fill out the MediaImage fields
273 MediaImage sMediaImage;
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 79 void MediaImage2::initFromV1(const MediaImage &image) {
82 if (image.mType != MediaImage::MEDIA_IMAGE_TYPE_YUV) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 715 android::MediaImage& img = describeParamsV1.sMediaImage;
716 if (img.mType == android::MediaImage::MEDIA_IMAGE_TYPE_YUV) {
    [all...]

Completed in 232 milliseconds