Home
last modified time | relevance | path

Searched refs:uvPlaneOffset (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp338 uint32_t uvPlaneOffset = (context.info.pixelFormat == PixelFormat::NV12 || in HeapMemAlloc() local
346 context.yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in HeapMemAlloc()
348 context.yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in HeapMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp608 uint32_t uvPlaneOffset = (info.pixelFormat == PixelFormat::NV12 || in InitYuvDataOutInfo() local
616 yuvInfo.uvStride = planes->planes[uvPlaneOffset].columnStride; in InitYuvDataOutInfo()
618 yuvInfo.uvOffset = planes->planes[uvPlaneOffset].offset; in InitYuvDataOutInfo()

Completed in 10 milliseconds