Home
last modified time | relevance | path

Searched refs:uvPlaneOffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp205 …int uvPlaneOffset = (pixelFmt == GRAPHIC_PIXEL_FMT_YCBCR_420_SP || pixelFmt == GRAPHIC_PIXEL_FMT_Y… in SetYuvDataInfo() local
208 info.uvStride = planes->planes[uvPlaneOffset].columnStride; in SetYuvDataInfo()
210 info.uvOffset = planes->planes[uvPlaneOffset].offset; in SetYuvDataInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp611 uint32_t uvPlaneOffset = (info.pixelFormat == PixelFormat::NV12 || in InitYuvDataOutInfo() local
620 yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride / NUM_2; in InitYuvDataOutInfo()
622 yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset / NUM_2; in InitYuvDataOutInfo()
625 yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in InitYuvDataOutInfo()
627 yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in InitYuvDataOutInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp355 uint32_t uvPlaneOffset = (context.info.pixelFormat == PixelFormat::NV12 || in HeapMemAlloc() local
363 context.yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in HeapMemAlloc()
365 context.yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in HeapMemAlloc()