Home
last modified time | relevance | path

Searched defs:yStride (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dimage_format_convert_ext_utils.h28 uint32_t yStride; member
40 uint32_t yStride; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_y_u_v_desc_info_v10.md92 ### yStride subsection
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Dheif_hw_decoder.h51 uint32_t yStride = 0; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp463 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo() local
469 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo() local
475 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo() local
481 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp239 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo() local
245 auto yStride = planes->planes[PLANE_Y].columnStride; in GetYUVStrideInfo() local
251 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo() local
257 auto yStride = planes->planes[PLANE_Y].columnStride / 2; in GetYUVStrideInfo() local
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_type.h225 uint32_t yStride = 0; member
243 uint32_t yStride = 0; member
262 uint32_t yStride = 0; member
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h681 size_t yStride; /**< Stride of Y */ member