/external/libvpx/libvpx/ |
y4minput.h | 39 int fps_n; member in struct:y4m_input
|
y4minput.c | 82 if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->fps_d) != 2) { [all...] |
vpxenc.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
y4minput.h | 39 int fps_n; member in struct:y4m_input
|
y4minput.c | 82 if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->fps_d) != 2) { [all...] |
vpxenc.c | 789 input->framerate.numerator = input->y4m.fps_n; [all...] |
/hardware/intel/common/libmix/mix_video/test/src/ |
test_framemanager.c | 49 gint fps_n = 24000; local 53 gint fps_n = 2500000; 78 MIX_FRAMEORDER_MODE_DISPLAYORDER, fps_n, fps_d); 96 pts = idx * G_USEC_PER_SEC * G_GINT64_CONSTANT(1000) * fps_d / fps_n;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
y4m_video_source.h | 48 framerate_numerator_ = y4m_.fps_n;
|
/external/libvpx/libvpx/test/ |
y4m_video_source.h | 52 framerate_numerator_ = y4m_.fps_n;
|
y4m_test.cc | 162 const struct VpxRational framerate = {y4m_.fps_n, y4m_.fps_d};
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideo.c | 448 guint fps_n, fps_d; local 521 ret = mix_videoconfigparamsdec_get_frame_rate(priv_config_params_dec, &fps_n, 528 if (!fps_n) { 530 LOG_E( "fps_n is 0\n"); 554 frame_order_mode, fps_n, fps_d, FALSE); 557 frame_order_mode, fps_n, fps_d, TRUE); [all...] |