Home
last modified time | relevance | path

Searched refs:fps_n (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/libmix/mix_video/test/src/
Dtest_framemanager.c49 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/
Dy4minput.h39 int fps_n; member
Dy4minput.c82 if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->fps_d) != 2) { in y4m_parse_tags()
Dvpxenc.c789 input->framerate.numerator = input->y4m.fps_n; in open_input_file()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dy4m_video_source.h48 framerate_numerator_ = y4m_.fps_n; in Begin()
/hardware/intel/common/libmix/mix_video/src/
Dmixvideo.c448 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()