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

/frameworks/native/headers/media_plugin/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.h241 // 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;
/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.h241 // 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;
/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp79 void MediaImage2::initFromV1(const MediaImage &image) {
82 if (image.mType != MediaImage::MEDIA_IMAGE_TYPE_YUV) {
/frameworks/base/media/java/android/media/
H A DMediaCodec.java3581 public static class MediaImage extends Image { class in class:MediaCodec
3664 public MediaImage( method in class:MediaCodec.MediaImage

Completed in 125 milliseconds