Searched refs:burstState (Results 1 – 4 of 4) sorted by relevance
362 CameraBurstCaptureEnum burstState = static_cast<CameraBurstCaptureEnum>(item.data.u8[0]); in CheckBurstCapture() local364 if (burstState) { in CheckBurstCapture()640 uint8_t burstState = 0; in EndBurstCapture() local642 status = captureMetadataSetting->addEntry(OHOS_CONTROL_BURST_CAPTURE, &burstState, 1); in EndBurstCapture()644 status = captureMetadataSetting->updateEntry(OHOS_CONTROL_BURST_CAPTURE, &burstState, 1); in EndBurstCapture()
239 void SetBurstCaptureState(uint8_t burstState);
188 void PhotoCaptureSetting::SetBurstCaptureState(uint8_t burstState) in SetBurstCaptureState() argument196 status = captureMetadataSetting_->addEntry(OHOS_CONTROL_BURST_CAPTURE, &burstState, 1); in SetBurstCaptureState()198 status = captureMetadataSetting_->updateEntry(OHOS_CONTROL_BURST_CAPTURE, &burstState, 1); in SetBurstCaptureState()
118 uint8_t burstState = 1; // 0:end 1:start in ProcessCapture() local119 capSettings->SetBurstCaptureState(burstState); in ProcessCapture()