Home
last modified time | relevance | path

Searched refs:thumbnailWidth (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddeferred_photo_proxy_napi.cpp176 int32_t thumbnailWidth = context->objectInfo->deferredPhotoProxy_->GetWidth(); in DeferredPhotoAsyncTaskComplete() local
181 opts.size = { .width = thumbnailWidth, .height = thumbnailHeight }; in DeferredPhotoAsyncTaskComplete()
183 thumbnailWidth, thumbnailHeight); in DeferredPhotoAsyncTaskComplete()
185 thumbnailWidth * thumbnailHeight * 4, 0, thumbnailWidth, opts, true); in DeferredPhotoAsyncTaskComplete()
H A Dphoto_output_napi.cpp867 int32_t thumbnailWidth; in ExecuteDeferredPhoto() local
869 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, thumbnailWidth); in ExecuteDeferredPhoto()
895 thumbnailWidth, thumbnailHeight); in ExecuteDeferredPhoto()
1578 int32_t thumbnailWidth; in ExecuteDeepCopySurfaceBuffer() local
1581 surfaceBuffer->GetExtraData()->ExtraGet(OHOS::CameraStandard::dataWidth, thumbnailWidth); in ExecuteDeepCopySurfaceBuffer()
1586 "burstSeqId: %{public}d", thumbnailWidth, thumbnailHeight, captureId, burstSeqId); in ExecuteDeepCopySurfaceBuffer()
1592 .size = { .width = thumbnailWidth, .height = thumbnailHeight }, in ExecuteDeepCopySurfaceBuffer()
1598 thumbnailWidth * thumbnailHeight * formatSize, 0, thumbnailWidth, opts, true); in ExecuteDeepCopySurfaceBuffer()
1710 int32_t thumbnailWidth; in UpdateJSCallback() local
1718 opts.size = { .width = thumbnailWidth, .height = thumbnailHeight }; in UpdateJSCallback()
[all …]