Searched refs:fps_n (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libmix/mix_video/test/src/ |
D | test_framemanager.c | 49 gint fps_n = 24000; in main() local 78 MIX_FRAMEORDER_MODE_DISPLAYORDER, fps_n, fps_d); in main() 96 pts = idx * G_USEC_PER_SEC * G_GINT64_CONSTANT(1000) * fps_d / fps_n; in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | y4minput.h | 39 int fps_n; member
|
D | y4minput.c | 82 if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->fps_d) != 2) { in y4m_parse_tags()
|
D | vpxenc.c | 789 input->framerate.numerator = input->y4m.fps_n; in open_input_file()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | y4m_video_source.h | 48 framerate_numerator_ = y4m_.fps_n; in Begin()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideo.c | 448 guint fps_n, fps_d; in mix_video_configure_decode() local 521 ret = mix_videoconfigparamsdec_get_frame_rate(priv_config_params_dec, &fps_n, in mix_video_configure_decode() 528 if (!fps_n) { in mix_video_configure_decode() 554 frame_order_mode, fps_n, fps_d, FALSE); in mix_video_configure_decode() 557 frame_order_mode, fps_n, fps_d, TRUE); in mix_video_configure_decode()
|