Home
last modified time | relevance | path

Searched refs:planeCount (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp242 } else if (planesInfo_.planeCount != 0) { in GetImageLayout()
450 if (planesInfo_.planeCount != 0) { in GetPlanesInfo()
454 planesInfo_.planeCount = layout.planes.size(); in GetPlanesInfo()
455 for (uint32_t i = 0; i < planesInfo_.planeCount && i < 4; i++) { // 4: max plane count in GetPlanesInfo()
H A Dnative_buffer.cpp255 outPlanes->planeCount = planes->planeCount; in OH_NativeBuffer_MapPlanes()
256 for (uint32_t i = 0; i < planes->planeCount && i < 4; i++) { // 4: max plane count in OH_NativeBuffer_MapPlanes()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dnative_buffer.h364 uint32_t planeCount; ///< Number of distinct planes. member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp196 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount <= NUM_1) { in SetYuvDataInfo()
199 } else if (planes->planeCount >= NUM_2) { in SetYuvDataInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp229 IF_TRUE_RETURN_VAL_WITH_MSG(outputPlanes->planeCount < PLANE_BUTT, false, in GetUvPlaneOffsetFromSurfaceBuffer()
230 "invalid yuv buffer, %{public}u", outputPlanes->planeCount); in GetUvPlaneOffsetFromSurfaceBuffer()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp435 uint32_t count = planes->planeCount; in GetSliceHeightFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp335 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount < NUM_2) { in HeapMemAlloc()
1164 } else if (planes->planeCount >= PLANE_COUNT_TWO) { in HeapMemAlloc()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp546 for (uint32_t i = 0; i < planes->planeCount; i++) { in UpdateFormatFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp102 if (param.planesInfo == nullptr || param.planesInfo->planeCount < PLANE_COUNT_TWO) { in FillFrameInfoForPixelConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp494 } else if (planes->planeCount >= NUM_2) { in CreateMemory()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp272 } else if (planes->planeCount >= NUM_2) { in CreateMemory()
H A Dpixel_map.cpp604 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount < NUM_2) { in InitYuvDataOutInfo()
3827 } else if (planes->planeCount >= NUM_2) { in UpdateSdrYuvStrides()

Completed in 23 milliseconds