/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxenc.h | 42 struct vpx_rational framerate;
|
args.h | 53 struct vpx_rational arg_parse_rational(const struct arg *arg);
|
webmenc.h | 81 const struct vpx_rational *fps,
|
args.c | 177 struct vpx_rational { struct 181 struct vpx_rational arg_parse_rational(const struct arg *arg) { 184 struct vpx_rational rat;
|
webmenc.c | 158 const struct vpx_rational *fps,
|
/external/libvpx/libvpx/ |
args.h | 53 struct vpx_rational arg_parse_rational(const struct arg *arg);
|
vpxenc.h | 50 struct vpx_rational framerate;
|
webmenc.h | 43 const struct vpx_rational *fps,
|
args.c | 175 struct vpx_rational { struct 179 struct vpx_rational arg_parse_rational(const struct arg *arg) { 182 struct vpx_rational rat;
|
webmenc.cc | 25 const struct vpx_rational *fps,
|
/external/libvpx/libvpx/test/ |
vp9_lossless_test.cc | 73 const vpx_rational timebase = { 33333333, 1000000000 }; 108 const vpx_rational timebase = { 33333333, 1000000000 };
|
altref_test.cc | 55 const vpx_rational timebase = { 33333333, 1000000000 };
|
cq_test.cc | 108 const vpx_rational timebase = { 33333333, 1000000000 };
|
tile_independence_test.cc | 86 const vpx_rational timebase = { 33333333, 1000000000 };
|
encode_perf_test.cc | 151 const vpx_rational timebase = { 33333333, 1000000000 };
|
error_resilience_test.cc | 213 const vpx_rational timebase = { 33333333, 1000000000 }; 248 const vpx_rational timebase = { 33333333, 1000000000 }; 312 const vpx_rational timebase = { 33333333, 1000000000 }; 361 const vpx_rational timebase = { 33333333, 1000000000 };
|
decode_perf_test.cc | 220 const vpx_rational timebase = { 33333333, 1000000000 };
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
altref_test.cc | 55 const vpx_rational timebase = { 33333333, 1000000000 };
|
cq_test.cc | 81 const vpx_rational timebase = { 33333333, 1000000000 };
|
vp9_lossless_test.cc | 60 const vpx_rational timebase = { 33333333, 1000000000 };
|
error_resilience_test.cc | 149 const vpx_rational timebase = { 33333333, 1000000000 }; 184 const vpx_rational timebase = { 33333333, 1000000000 };
|
tile_independence_test.cc | 86 const vpx_rational timebase = { 33333333, 1000000000 };
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
onyx.h | 104 struct vpx_rational timebase;
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 104 struct vpx_rational timebase;
|
/external/libvpx/libvpx/vpx/ |
vpx_encoder.h | 246 typedef struct vpx_rational { struct 249 } vpx_rational_t; /**< alias for struct vpx_rational */ 384 struct vpx_rational g_timebase; [all...] |