Home
last modified time | relevance | path

Searched refs:PLANE_U (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h25 PLANE_U, enumerator
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp83 static constexpr int PLANE_U = 1; in CopyYuvData() local
87 layout.planes[PLANE_U].offset : in CopyYuvData()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp56 static const int32_t PLANE_U = 1; variable
240 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()
242 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()
252 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()
254 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp44 static constexpr int32_t PLANE_U = 1; variable
301 yuvDataInfo.uvStride = planes->planes[PLANE_U].columnStride / NUM_2; in SetPixelMapYuvInfo()
303 yuvDataInfo.uvOffset = planes->planes[PLANE_U].offset / NUM_2; in SetPixelMapYuvInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp46 constexpr uint8_t PLANE_U = 1; variable
464 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()
466 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()
476 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()
478 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp236 offset = outputPlanes->planes[PLANE_U].offset; in GetUvPlaneOffsetFromSurfaceBuffer()