Home
last modified time | relevance | path

Searched refs:mPlane (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcLayer.cpp60 mPlane(0), in HwcLayer()
82 if (mPlane) { in ~HwcLayer()
87 mPlane = NULL; in ~HwcLayer()
92 if (mPlane) { in attachPlane()
105 mPlane = plane; in attachPlane()
112 if (mPlane) in detachPlane()
113 mPlane->setZOrder(-1); in detachPlane()
114 DisplayPlane *plane = mPlane; in detachPlane()
115 mPlane = 0; in detachPlane()
223 return mPlane; in getPlane()
[all …]
DHwcLayer.h99 DisplayPlane *mPlane; variable
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcLayer.cpp61 mPlane(0), in HwcLayer()
98 if (mPlane) { in ~HwcLayer()
103 mPlane = NULL; in ~HwcLayer()
112 if (mPlane) { in attachPlane()
125 mPlane = plane; in attachPlane()
132 if (mPlane) in detachPlane()
133 mPlane->setZOrder(-1); in detachPlane()
134 DisplayPlane *plane = mPlane; in detachPlane()
135 mPlane = 0; in detachPlane()
243 return mPlane; in getPlane()
[all …]
DHwcLayer.h106 DisplayPlane *mPlane; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2877 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()
2880 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describe_color_format()
2881 p_img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describe_color_format()
2884 p_img->mPlane[MediaImage::Y].mOffset = stride * scanlines; 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()
2887 p_img->mPlane[MediaImage::Y].mHorizSubsampling = 2; in describe_color_format()
2888 p_img->mPlane[MediaImage::Y].mVertSubsampling = 2; in describe_color_format()
[all …]
Domx_vdec_v4l2.cpp12241 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat()
12242 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat()
12243 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
12244 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat()
12245 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
12247 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
12248 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
12249 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
12251 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
12252 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp718 img.mPlane[img.Y].mHorizSubsampling == 1 && in isColorFormatFlexibleYUV()
719 img.mPlane[img.Y].mVertSubsampling == 1) { in isColorFormatFlexibleYUV()
720 if (img.mPlane[img.U].mHorizSubsampling == 2 && in isColorFormatFlexibleYUV()
721 img.mPlane[img.U].mVertSubsampling == 2 && in isColorFormatFlexibleYUV()
722 img.mPlane[img.V].mHorizSubsampling == 2 && in isColorFormatFlexibleYUV()
723 img.mPlane[img.V].mVertSubsampling == 2) { in isColorFormatFlexibleYUV()
737 img.mPlane[img.Y].mHorizSubsampling == 1 && in isColorFormatFlexibleYUV()
738 img.mPlane[img.Y].mVertSubsampling == 1) { in isColorFormatFlexibleYUV()
739 if (img.mPlane[img.U].mHorizSubsampling == 2 && in isColorFormatFlexibleYUV()
740 img.mPlane[img.U].mVertSubsampling == 2 && in isColorFormatFlexibleYUV()
[all …]
/hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3190 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()
3197 p_img->mPlane[MediaImage::U].mOffset = stride * scanlines; 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()
3200 p_img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describe_color_format()
3201 p_img->mPlane[MediaImage::U].mVertSubsampling = 2; in describe_color_format()
[all …]
Domx_vdec_v4l2.cpp11791 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat()
11792 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat()
11793 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
11794 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat()
11795 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
11797 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
11798 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
11799 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
11801 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
11802 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3190 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()
3197 p_img->mPlane[MediaImage::U].mOffset = stride * scanlines; 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()
3200 p_img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describe_color_format()
3201 p_img->mPlane[MediaImage::U].mVertSubsampling = 2; in describe_color_format()
[all …]
Domx_vdec_v4l2.cpp13443 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat()
13444 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat()
13445 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
13446 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat()
13447 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
13449 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
13450 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
13451 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
13453 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
13454 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_msm8974.cpp10908 img->mPlane[MediaImage::Y].mOffset = 0; in describeColorFormat()
10909 img->mPlane[MediaImage::Y].mColInc = 1; in describeColorFormat()
10910 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride in describeColorFormat()
10911 img->mPlane[MediaImage::Y].mHorizSubsampling = 1; in describeColorFormat()
10912 img->mPlane[MediaImage::Y].mVertSubsampling = 1; in describeColorFormat()
10914 img->mPlane[MediaImage::U].mOffset = planeWidth * planeHeight; in describeColorFormat()
10915 img->mPlane[MediaImage::U].mColInc = 2; //interleaved UV in describeColorFormat()
10916 img->mPlane[MediaImage::U].mRowInc = in describeColorFormat()
10918 img->mPlane[MediaImage::U].mHorizSubsampling = 2; in describeColorFormat()
10919 img->mPlane[MediaImage::U].mVertSubsampling = 2; in describeColorFormat()
[all …]