Searched refs:deferredImageFormat (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | photo_listener_impl.cpp | 115 …faceBuffer->GetExtraData()->ExtraGet(OHOS::Camera::deferredImageFormat, extraData.deferredImageFor… in GetCameraBufferExtraData() 118 extraData.deferredImageFormat, in GetCameraBufferExtraData() 252 extraData.deferredImageFormat, extraData.photoWidth, extraData.photoHeight, extraData.size); in CreateMediaLibrary() 262 extraData.deferredImageFormat); in CreateMediaLibrary()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/utils/ |
H A D | camera_buffer_handle_utils.h | 31 int32_t deferredImageFormat = 0; member
|
/ohos5.0/drivers/peripheral/camera/interfaces/include/ |
H A D | video_key_info.h | 94 const std::string deferredImageFormat = "deferredImageFormat"; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/ |
H A D | photo_post_processor.cpp | 410 int32_t deferredImageFormat = 0; in OnProcessDoneExt() local 415 int32_t retFormat = buffer.metadata->Get("deferredImageFormat", deferredImageFormat); in OnProcessDoneExt() 424 size, dataSize, isDegradedImage, deferredImageFormat, isCloudImageEnhanceSupported); in OnProcessDoneExt() 425 if (deferredImageFormat == static_cast<int32_t>(Media::PhotoFormat::YUV)) { in OnProcessDoneExt()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 477 int32_t deferredImageFormat = 0; in CreateCameraPhotoProxy() local 478 … = surfaceBuffer->GetExtraData()->ExtraGet(OHOS::Camera::deferredImageFormat, deferredImageFormat); in CreateCameraPhotoProxy() 481 "size:%{public}" PRId64, deferredImageFormat, isHighQuality, size); in CreateCameraPhotoProxy() 483 … nullptr, deferredImageFormat, photoWidth, photoHeight, isHighQuality, captureId, burstSeqId); in CreateCameraPhotoProxy() 485 photoProxy->SetDeferredAttrs(imageIdStr, deferredProcessingType, size, deferredImageFormat); in CreateCameraPhotoProxy() 1014 int32_t deferredImageFormat = 0; in CreateMediaLibrary() local 1015 … = surfaceBuffer->GetExtraData()->ExtraGet(OHOS::Camera::deferredImageFormat, deferredImageFormat); in CreateMediaLibrary() 1017 deferredImageFormat, photoWidth, photoHeight, size); in CreateMediaLibrary() 1026 photoProxy->SetDeferredAttrs(imageIdStr, deferredProcessingType, size, deferredImageFormat); in CreateMediaLibrary()
|