Home
last modified time | relevance | path

Searched refs:PLANE_Y (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp55 static const int32_t PLANE_Y = 0; variable
239 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
241 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
245 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
247 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
251 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
253 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
257 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
259 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp45 constexpr uint8_t PLANE_Y = 0; variable
463 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
465 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
469 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo()
471 auto yOffset = planes->planes[PLANE_Y].offset; in GetYUVStrideInfo()
475 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
477 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
481 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo()
483 auto yOffset = planes->planes[PLANE_Y].offset / 2; in GetYUVStrideInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec_buffer.h24 PLANE_Y = 0, enumerator
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp43 static constexpr int32_t PLANE_Y = 0; variable
300 yuvDataInfo.yStride = planes->planes[PLANE_Y].columnStride / NUM_2; in SetPixelMapYuvInfo()
302 yuvDataInfo.yOffset = planes->planes[PLANE_Y].offset / NUM_2; in SetPixelMapYuvInfo()