Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp45 constexpr uint8_t PLANE_Y = 0; member
431 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
433 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
437 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
439 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
443 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
445 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
449 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
451 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp55 static const int32_t PLANE_Y = 0; member
217 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
219 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
223 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
225 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
229 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
231 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
235 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
237 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
H A Dpixel_map.cpp100 static const int32_t PLANE_Y = 0; member
3779 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
3781 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
3785 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
3787 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
3791 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
3793 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
3797 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
3799 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h24 PLANE_Y = 0, enumerator
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp42 static constexpr int32_t PLANE_Y = 0; member
465 yuvDataInfo.yStride = planes->planes[PLANE_Y].columnStride / ratio; in SetPixelMapYuvInfo()
467 yuvDataInfo.yOffset = planes->planes[PLANE_Y].offset / ratio; in SetPixelMapYuvInfo()

Completed in 11 milliseconds