Home
last modified time | relevance | path

Searched refs:PLANE_V (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h26 PLANE_V, enumerator
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp47 constexpr uint8_t PLANE_V = 2; member
438 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()
440 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()
450 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()
452 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp57 static const int32_t PLANE_V = 2; member
224 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()
226 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()
236 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()
238 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
H A Dpixel_map.cpp102 static const int32_t PLANE_V = 2; member
3786 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()
3788 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()
3798 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()
3800 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp235 offset = outputPlanes->planes[PLANE_V].offset; in GetUvPlaneOffsetFromSurfaceBuffer()

Completed in 13 milliseconds