Searched defs:curr_frame (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8226/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8909/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8960/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8994/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8996/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/qcom/display/msm8998/libqdutils/
H A Dprofiler.h77 unsigned int curr_frame; member in struct:qdutils::CalcFps::debug_fps_metadata_t
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c418 const unsigned int curr_frame = cpi->common.current_video_frame; local
422 active_worst_quality = curr_frame == 0 ? rc->worst_quality
427 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 5 / 4
430 active_worst_quality = curr_frame == 1 ? rc->last_q[KEY_FRAME] * 2

Completed in 136 milliseconds