Home
last modified time | relevance | path

Searched refs:burstSeqId_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_photo_proxy.cpp43 burstSeqId_ = -1; in CameraPhotoProxy()
62 burstSeqId_ = -1; in CameraPhotoProxy()
83 burstSeqId_ = burstSeqId; in CameraPhotoProxy()
110 burstSeqId_ = parcel.ReadInt32(); in ReadFromParcel()
150 parcel.WriteInt32(burstSeqId_); in WriteToParcel()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp47 burstSeqId_ = -1; in CameraServerPhotoProxy()
99 burstSeqId_ = parcel.ReadInt32(); in ReadFromParcel()
114 MEDIA_INFO_LOG("CameraServerPhotoProxy::GetBurstSeqId burstSeqId:%{public}d", burstSeqId_); in GetBurstSeqId()
116 return burstSeqId_; in GetBurstSeqId()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/
H A Dcamera_photo_proxy.h52 int32_t burstSeqId_; variable
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h103 int32_t burstSeqId_; variable