Searched refs:MediaImage (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/media/hardware/
H A DVideoAPI.h28 struct MediaImage { struct in namespace:android
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";
H A DHardwareAPI.h239 // The component shall fill out the MediaImage structure that
248 // is OMX_TRUE), the component shall fill out the MediaImage information for the
270 // output: fill out the MediaImage fields
271 MediaImage sMediaImage;
/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp71 void MediaImage2::initFromV1(const MediaImage &image) {
74 if (image.mType != MediaImage::MEDIA_IMAGE_TYPE_YUV) {
/frameworks/base/media/java/android/media/
H A DMediaCodec.java3418 public static class MediaImage extends Image { class in class:MediaCodec
3486 public MediaImage( method in class:MediaCodec.MediaImage

Completed in 322 milliseconds