Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1061 OMX_U32 operating_frame_rate; variable
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h1287 OMX_U32 operating_frame_rate; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2325 operating_frame_rate = DEFAULT_FPS; in component_init()
5714 operating_frame_rate = rate->nU32 >> 16; in set_config()
10440 bool fps_above_180 = (fps >= 180 || operating_frame_rate >= 180) ? true : false; in get_buffer_req()
10447 DEBUG_PRINT_LOW("High fps - fps = %d operating_rate = %d", fps, operating_frame_rate); in get_buffer_req()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp2396 operating_frame_rate = DEFAULT_FPS; in component_init()
5579 operating_frame_rate = rate->nU32 >> 16; in set_config()
5581 DEBUG_PRINT_LOW("Operating Rate Set = %d fps", operating_frame_rate); in set_config()