Searched refs:num_frames (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sm8150/display/libhistogram/ |
D | histogram_collector.cpp | 70 uint64_t num_frames; in Dump() local 72 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump() 76 ss << "Color Sampling, dark (0.0) to light (1.0): sampled frames: " << num_frames << '\n'; in Dump() 77 if (num_frames == 0) { in Dump() 108 uint64_t num_frames; in collect() local 112 std::tie(num_frames, samples) = histogram->collect_cumulative(); in collect() 114 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect() 116 std::tie(num_frames, samples) = histogram->collect_max(max_frames); in collect() 118 std::tie(num_frames, samples) = histogram->collect_max_after(timestamp, max_frames); in collect() 122 *out_num_frames = num_frames; in collect()
|
/hardware/qcom/sdm845/display/libhistogram/ |
D | histogram_collector.cpp | 306 uint64_t num_frames; in Dump() local 308 std::tie(num_frames, all_sample_buckets) = histogram->collect_cumulative(); in Dump() 312 ss << "Color Sampling, dark (0.0) to light (1.0): sampled frames: " << num_frames << '\n'; in Dump() 313 if (num_frames == 0) { in Dump() 344 uint64_t num_frames; in collect() local 348 std::tie(num_frames, samples) = histogram->collect_cumulative(); in collect() 350 std::tie(num_frames, samples) = histogram->collect_after(timestamp); in collect() 352 std::tie(num_frames, samples) = histogram->collect_max(max_frames); in collect() 354 std::tie(num_frames, samples) = histogram->collect_max_after(timestamp, max_frames); in collect() 358 *out_num_frames = num_frames; in collect()
|
/hardware/qcom/camera/msm8998/ |
D | QCamera_Intf.h | 140 int num_frames; member 332 uint8_t num_frames; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 6097 for (uint32_t i=0; i<m_pCapability->hdr_bracketing_setting.num_frames; i++) { in initDefaultParameters() 7608 frame_config.configs[i].num_frames = 1; in configureFlash() 7615 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureFlash() 7643 uint32_t hdrFrameCount = m_pCapability->hdr_bracketing_setting.num_frames; in configureHDRBracketing() 7660 frame_config.configs[i].num_frames = 1; in configureHDRBracketing() 7718 frame_config.configs[i].num_frames = 1; in configureAEBracketing() 7747 frame_config.configs[0].num_frames = getNumOfSnapshots(); in configureLowLight() 7750 LOGH("Snapshot Count: %d", frame_config.configs[0].num_frames); in configureLowLight() 7775 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureManualCapture() 7839 m_captureFrameConfig.configs[batch_count].num_frames = 0; in configFrameCapture() [all …]
|
D | QCamera2HWI.cpp | 4565 hdrBracketingSetting.num_frames; in configureHDRBracketing()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_channel.c | 669 if (ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames != 0) { in mm_channel_process_stream_buf() 670 ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames--; in mm_channel_process_stream_buf() 676 if (ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames == 0) { in mm_channel_process_stream_buf() 685 ch_obj->frameConfig.configs[ch_obj->cur_capture_idx].num_frames, in mm_channel_process_stream_buf()
|
/hardware/qcom/camera/msm8998/QCamera2/stack/common/ |
D | cam_types.h | 1088 uint32_t num_frames; member 1122 int32_t num_frames; /*Num of frames requested on this quality*/ member
|