Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h26 PLANE_V, enumerator
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp84 static constexpr int PLANE_V = 2; in CopyYuvData() local
88 layout.planes[PLANE_V].offset; in CopyYuvData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp57 static const int32_t PLANE_V = 2; variable
246 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()
248 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()
258 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()
260 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp47 constexpr uint8_t PLANE_V = 2; variable
470 auto uvStride = planes->planes[PLANE_V].columnStride; in GetYUVStrideInfo()
472 auto uvOffset = planes->planes[PLANE_V].offset; in GetYUVStrideInfo()
482 auto uvStride = planes->planes[PLANE_V].columnStride / 2; in GetYUVStrideInfo()
484 auto uvOffset = planes->planes[PLANE_V].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp238 offset = outputPlanes->planes[PLANE_V].offset; in GetUvPlaneOffsetFromSurfaceBuffer()