/aosp12/frameworks/native/headers/media_plugin/media/hardware/ |
H A D | VideoAPI.h | 28 struct MediaImage { struct 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 D | HardwareAPI.h | 273 MediaImage sMediaImage;
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 2856 MediaImage *p_img = &p_params->sMediaImage; in describe_color_format() 2877 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 2878 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 2879 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 2885 p_img->mPlane[MediaImage::Y].mColInc = 2; in describe_color_format() 2886 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 2892 p_img->mPlane[MediaImage::Y].mColInc = 2; in describe_color_format() 2916 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 2917 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 2924 p_img->mPlane[MediaImage::Y].mColInc = 2; in describe_color_format() [all …]
|
H A D | omx_vdec_v4l2.cpp | 12261 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 12265 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 12275 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 12276 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 12278 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 12279 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 12283 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 12285 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 12286 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 12290 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 3163 MediaImage *p_img = &p_params->sMediaImage; in describe_color_format() 3172 p_img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describe_color_format() 3190 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3191 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3192 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3193 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3194 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format() 3198 p_img->mPlane[MediaImage::U].mColInc = 2; in describe_color_format() 3199 p_img->mPlane[MediaImage::U].mRowInc = stride; in describe_color_format() 3205 p_img->mPlane[MediaImage::V].mColInc = 2; in describe_color_format() [all …]
|
H A D | omx_vdec_v4l2.cpp | 13476 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 13480 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 13490 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 13491 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 13493 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 13494 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 13498 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 13500 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 13501 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 13505 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 3184 MediaImage *p_img = &p_params->sMediaImage; in describe_color_format() 3193 p_img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describe_color_format() 3211 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3212 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3213 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3214 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3215 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format() 3219 p_img->mPlane[MediaImage::U].mColInc = 2; in describe_color_format() 3220 p_img->mPlane[MediaImage::U].mRowInc = stride; in describe_color_format() 3226 p_img->mPlane[MediaImage::V].mColInc = 2; in describe_color_format() [all …]
|
H A D | omx_vdec_v4l2.cpp | 13124 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 13128 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 13138 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 13139 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 13141 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 13142 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 13146 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 13148 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 13149 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 13153 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 3190 MediaImage *p_img = &p_params->sMediaImage; in describe_color_format() 3199 p_img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describe_color_format() 3217 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3218 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3219 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3220 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3221 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format() 3225 p_img->mPlane[MediaImage::U].mColInc = 2; in describe_color_format() 3226 p_img->mPlane[MediaImage::U].mRowInc = stride; in describe_color_format() 3232 p_img->mPlane[MediaImage::V].mColInc = 2; in describe_color_format() [all …]
|
H A D | omx_vdec_v4l2.cpp | 11764 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 11768 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 11778 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 11779 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 11781 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 11782 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 11786 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 11788 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 11789 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 11793 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_swvdec.cpp | 3140 MediaImage *p_img = &p_params->sMediaImage; in describe_color_format() 3149 p_img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describe_color_format() 3167 p_img->mPlane[MediaImage::Y].mOffset = 0; in describe_color_format() 3168 p_img->mPlane[MediaImage::Y].mColInc = 1; in describe_color_format() 3169 p_img->mPlane[MediaImage::Y].mRowInc = stride; in describe_color_format() 3170 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format() 3171 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format() 3175 p_img->mPlane[MediaImage::U].mColInc = 2; in describe_color_format() 3176 p_img->mPlane[MediaImage::U].mRowInc = stride; in describe_color_format() 3182 p_img->mPlane[MediaImage::V].mColInc = 2; in describe_color_format() [all …]
|
H A D | omx_vdec_v4l2.cpp | 8967 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 8971 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 8981 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 8982 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 8984 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 8985 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 8989 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 8991 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 8992 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 8996 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/frameworks/av/media/libstagefright/omx/ |
H A D | OMXUtils.cpp | 80 void MediaImage2::initFromV1(const MediaImage &image) { in initFromV1() 83 if (image.mType != MediaImage::MEDIA_IMAGE_TYPE_YUV) { in initFromV1()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec_msm8974.cpp | 10914 MediaImage *img = &(params->sMediaImage); in describeColorFormat() 10918 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV; in describeColorFormat() 10928 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat() 10929 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat() 10931 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat() 10932 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat() 10936 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat() 10938 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat() 10939 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat() 10943 img->mPlane[MediaImage::V].mRowInc = in describeColorFormat() [all …]
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCodec.java | 5019 public static class MediaImage extends Image { class 5107 public MediaImage( in MediaImage() method in MediaImage 5182 public MediaImage( in MediaImage() method in MediaImage
|
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
H A D | VtsHalMediaOmxV1_0TargetVideoDecTest.cpp | 651 android::MediaImage& img = describeParamsV1.sMediaImage; in isColorFormatFlexibleYUV() 652 if (img.mType == android::MediaImage::MEDIA_IMAGE_TYPE_YUV) { in isColorFormatFlexibleYUV()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 29675 Landroid/media/MediaCodec$MediaImage;->getTransform()I 29677 Landroid/media/MediaCodec$MediaImage;->mFormat:I 29678 Landroid/media/MediaCodec$MediaImage;->mHeight:I 29680 Landroid/media/MediaCodec$MediaImage;->mIsReadOnly:Z 29682 Landroid/media/MediaCodec$MediaImage;->mScalingMode:I 29683 Landroid/media/MediaCodec$MediaImage;->mTimestamp:J 29684 Landroid/media/MediaCodec$MediaImage;->mTransform:I 29685 Landroid/media/MediaCodec$MediaImage;->mWidth:I 29686 Landroid/media/MediaCodec$MediaImage;->mXOffset:I 29687 Landroid/media/MediaCodec$MediaImage;->mYOffset:I [all …]
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 11029 …iaCodec$BufferMap$CodecBuffer;->free()V+]Landroid/media/Image;Landroid/media/MediaCodec$MediaImage;
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 11024 …iaCodec$BufferMap$CodecBuffer;->free()V+]Landroid/media/Image;Landroid/media/MediaCodec$MediaImage;
|