Searched refs:fps_d (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/libmix/mix_video/test/src/ |
D | test_framemanager.c | 50 gint fps_d = 1001; 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 | 40 int fps_d; 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 | 790 input->framerate.denominator = input->y4m.fps_d; in open_input_file()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | y4m_video_source.h | 49 framerate_denominator_ = y4m_.fps_d; in Begin()
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideo.c | 448 guint fps_n, fps_d; in mix_video_configure_decode() local 522 &fps_d); 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()
|