Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h25 PLANE_U, enumerator
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp46 constexpr uint8_t PLANE_U = 1; member
432 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()
434 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()
444 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()
446 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp56 static const int32_t PLANE_U = 1; member
218 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()
220 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()
230 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()
232 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
H A Dpixel_map.cpp101 static const int32_t PLANE_U = 1; member
3780 auto uvStride = planes->planes[PLANE_U].columnStride; in GetYUVStrideInfo()
3782 auto uvOffset = planes->planes[PLANE_U].offset; in GetYUVStrideInfo()
3792 auto uvStride = planes->planes[PLANE_U].columnStride / 2; in GetYUVStrideInfo()
3794 auto uvOffset = planes->planes[PLANE_U].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp43 static constexpr int32_t PLANE_U = 1; member
466 yuvDataInfo.uvStride = planes->planes[PLANE_U].columnStride / ratio; in SetPixelMapYuvInfo()
468 yuvDataInfo.uvOffset = planes->planes[PLANE_U].offset / ratio; in SetPixelMapYuvInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp233 offset = outputPlanes->planes[PLANE_U].offset; in GetUvPlaneOffsetFromSurfaceBuffer()

Completed in 13 milliseconds