Home
last modified time | relevance | path

Searched defs:cameraFormat (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/
H A Dbuffer_adapter.h75 static PixelFormat CameraFormatToPixelFormat(const uint32_t cameraFormat) in CameraFormatToPixelFormat()
91 uint32_t cameraFormat = CAMERA_FORMAT_YCRCB_420_P; in PixelFormatToCameraFormat() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/
H A Dbuffer_adapter.cpp59 uint32_t cameraFormat = CAMERA_FORMAT_INVALID; in PixelFormatToCameraFormat() local
89 uint32_t BufferAdapter::CameraFormatToPixelFormat(const uint32_t cameraFormat) in CameraFormatToPixelFormat()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.cpp35 const uint32_t cameraFormat) in AllocBuffer()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddbuffer_manager.cpp124 uint32_t cameraFormat = OHOS_CAMERA_FORMAT_INVALID; in PixelFormatToDCameraFormat() local
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/
H A Dgralloc_buffer_allocator.cpp47 const uint32_t cameraFormat) in AllocBuffer()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp128 CameraFormat cameraFormat = videoOutputProfile->GetCameraFormat(); in GetVideoProfile() local
H A Dpreview_output_impl.cpp126 CameraFormat cameraFormat = previewOutputProfile->GetCameraFormat(); in GetActiveProfile() local
H A Dphoto_output_impl.cpp373 CameraFormat cameraFormat = photoOutputProfile->GetCameraFormat(); in GetActiveProfile() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp46 camera_format_t GetHdiFormatFromCameraFormat(CameraFormat cameraFormat) in GetHdiFormatFromCameraFormat()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp169 camera_format_t cameraFormat; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp539 sptr<Surface> CameraFrameworkModuleTest::CreateSketchSurface(CameraFormat cameraFormat) in CreateSketchSurface()