Searched refs:first_time_stamp_ever (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h410 int64_t first_time_stamp_ever; member in struct:VP8_COMP
H A Donyx_if.c1983 cpi->first_time_stamp_ever = 0x7FFFFFFF;
2202 - cpi->first_time_stamp_ever) / 10000000.000;
5182 if (cpi->source->ts_start < cpi->first_time_stamp_ever)
5184 cpi->first_time_stamp_ever = cpi->source->ts_start;
5194 if (cpi->source->ts_start == cpi->first_time_stamp_ever)
5225 cpi->first_time_stamp_ever);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h285 int64_t first_time_stamp_ever; member in struct:VP9_COMP
H A Dvp9_encoder.c888 cpi->first_time_stamp_ever = INT64_MAX;
1098 - cpi->first_time_stamp_ever) / 10000000.000;
2491 if (source->ts_start == cpi->first_time_stamp_ever) {
2513 - cpi->first_time_stamp_ever), 10000000.0);
2681 if (source->ts_start < cpi->first_time_stamp_ever) {
2682 cpi->first_time_stamp_ever = source->ts_start;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h382 int64_t first_time_stamp_ever; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1236 cpi->first_time_stamp_ever = INT64_MAX;
1459 - cpi->first_time_stamp_ever) / 10000000.000;
2870 if (cpi->source->ts_start == cpi->first_time_stamp_ever) {
2892 - cpi->first_time_stamp_ever), 10000000.0);
3056 if (cpi->source->ts_start < cpi->first_time_stamp_ever) {
3057 cpi->first_time_stamp_ever = cpi->source->ts_start;
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h413 int64_t first_time_stamp_ever; member in struct:VP8_COMP
H A Donyx_if.c1936 cpi->first_time_stamp_ever = 0x7FFFFFFF;
2152 - cpi->first_time_stamp_ever) / 10000000.000;
5016 if (cpi->source->ts_start < cpi->first_time_stamp_ever)
5018 cpi->first_time_stamp_ever = cpi->source->ts_start;
5028 if (cpi->source->ts_start == cpi->first_time_stamp_ever)
5059 cpi->first_time_stamp_ever);

Completed in 741 milliseconds