Lines Matching full:burstcount
7431 uint32_t burstCount = 0;
7440 exp_value[burstCount++] = (char)atoi(token);
7444 exp_value[burstCount++] = (char)atoi(token);
7450 frame_config.num_batch = burstCount;
7462 LOGH("num_frame = %d X", burstCount);
10519 uint32_t burstCount = 0;
10522 burstCount = m_pCapability->ubifocus_af_bracketing_need.burst_count;
10525 burstCount = m_pCapability->refocus_af_bracketing_need.burst_count;
10528 burstCount = m_pCapability->opti_zoom_settings_need.burst_count;
10531 burstCount = m_pCapability->chroma_flash_settings_need.burst_count;
10535 burstCount = 1;
10540 burstCount = m_stillmore_config.burst_count;
10542 burstCount = m_pCapability->stillmore_settings_need.burst_count;
10546 burstCount = m_pCapability->hdr_bracketing_setting.num_frames;
10548 burstCount = 0;
10558 burstCount++;
10563 if (burstCount <= 0) {
10564 burstCount = getNumOfSnapshots();
10567 LOGH("Snapshot burst count = %d", burstCount);
10568 return (uint8_t)burstCount;