/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer___planes.md | 22 | uint32_t [planeCount](#planecount) | 不同平面的数量。 | 29 ### planeCount subsection 32 uint32_t OH_NativeBuffer_Planes::planeCount
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | _o_h___native_buffer___planes.md | 22 | uint32_t [planeCount](#planecount) | Number of planes.| 29 ### planeCount subsection 32 uint32_t OH_NativeBuffer_Planes::planeCount
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_buffer.cpp | 103 isFailed |= !HdfSbufWriteUint32(reqData, userBuffer.planeCount); in CameraQueryMemory() 122 if (!HdfSbufReadUint32(respData, &userBuffer.planeCount)) { in CameraQueryMemory() 146 buf.planeCount = planeCount_; in CameraAllocBuffer() 164 if (buf.planeCount > frameSpec->buffer_->GetSize()) { in CameraAllocBuffer() 268 buf.planeCount = planeCount_; in CameraReleaseBuffers()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_buffer_impl.cpp | 223 } else if (planesInfo_.planeCount != 0) { in GetImageLayout() 436 if (planesInfo_.planeCount != 0) { in GetPlanesInfo() 440 planesInfo_.planeCount = layout.planes.size(); in GetPlanesInfo() 441 for (uint32_t i = 0; i < planesInfo_.planeCount && i < 4; i++) { // 4: max plane count in GetPlanesInfo()
|
H A D | native_buffer.cpp | 255 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()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/include/ |
H A D | buffer_queue.h | 60 …int32_t (*queueSetup)(struct BufferQueue *queue, uint32_t *bufferCount, uint32_t *planeCount, uint…
|
/ohos5.0/drivers/hdf_core/framework/include/camera/ |
H A D | camera_product.h | 219 uint32_t planeCount; member
|
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | camera_buffer.c | 182 if (userBuffer->planeCount < buffer->numPlanes || userBuffer->planeCount > MAX_PLANES) { in CameraBufferCheckPlanes() 198 userBuffer->planeCount = buffer->numPlanes; in CameraBufferToUserBuffer()
|
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | native_buffer.h | 364 uint32_t planeCount; ///< Number of distinct planes. member
|
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/ |
H A D | camera_stream.c | 598 isFailed |= !HdfSbufReadUint32(comDev->reqData, &userBuffer.planeCount); in CameraQueryMemory() 618 if (!HdfSbufWriteUint32(comDev->rspData, userBuffer.planeCount)) { in CameraQueryMemory() 663 isFailed |= !HdfSbufReadUint32(comDev->reqData, &userBuffer.planeCount); in CameraStreamQueue() 712 isFailed |= !HdfSbufReadUint32(comDev->reqData, &userBuffer.planeCount); in CameraStreamDeQueue()
|
/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/ |
H A D | ohos_image_decoder_adapter_impl.cpp | 233 return nativeBufferPlanes->planeCount; in GetPlanesCount()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | native_buffer_test.cpp | 765 ASSERT_EQ(outPlanes.planeCount, 3); 833 ASSERT_EQ(outPlanes.planeCount, 3);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/ |
H A D | picture.cpp | 200 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount <= NUM_1) { in SetYuvDataInfo() 203 } else if (planes->planeCount >= NUM_2) { in SetYuvDataInfo()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/ |
H A D | heif_hw_decoder.cpp | 232 IF_TRUE_RETURN_VAL_WITH_MSG(outputPlanes->planeCount < PLANE_BUTT, false, in GetUvPlaneOffsetFromSurfaceBuffer() 233 "invalid yuv buffer, %{public}u", outputPlanes->planeCount); in GetUvPlaneOffsetFromSurfaceBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | buffer_converter.cpp | 435 uint32_t count = planes->planeCount; in GetSliceHeightFromSurfaceBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 597 for (uint32_t i = 0; i < planes->planeCount; i++) { in UpdateFormatFromSurfaceBuffer()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 352 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount < NUM_2) { in HeapMemAlloc() 1225 } else if (planes->planeCount >= PLANE_COUNT_TWO) { in HeapMemAlloc()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_yuv.cpp | 294 } else if (planes->planeCount >= NUM_2) { in CreateMemory()
|
H A D | pixel_map.cpp | 607 if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->planeCount < NUM_2) { in InitYuvDataOutInfo()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/ |
H A D | HeifDecoderImpl.cpp | 102 if (param.planesInfo == nullptr || param.planesInfo->planeCount < PLANE_COUNT_TWO) { in FillFrameInfoForPixelConvert()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | image_format_convert.cpp | 526 } else if (planes->planeCount >= NUM_2) { in CreateMemory()
|