Home
last modified time | relevance | path

Searched refs:decode_time (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c280 if (!gst_byte_reader_get_uint64_be (reader, &tfdt->decode_time)) in gst_isoff_tfdt_box_parse()
286 tfdt->decode_time = dec_time; in gst_isoff_tfdt_box_parse()
414 traf->tfdt.decode_time = GST_CLOCK_TIME_NONE; in gst_isoff_traf_box_parse()
Dgstisoff.h173 guint64 decode_time; member
/third_party/skia/third_party/externals/libwebp/examples/
Ddwebp.c382 const double decode_time = StopwatchReadAndReset(&stop_watch); in main() local
383 fprintf(stderr, "Time to decode picture: %.3fs\n", decode_time); in main()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Ddwebp.c381 const double decode_time = StopwatchReadAndReset(&stop_watch); in main() local
382 fprintf(stderr, "Time to decode picture: %.3fs\n", decode_time); in main()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c885 guint64 decode_time; in qtdemux_dump_tfdt() local
894 if (qt_atom_parser_get_offset (data, value_size, &decode_time)) { in qtdemux_dump_tfdt()
896 depth, "", decode_time); in qtdemux_dump_tfdt()
Dqtdemux.c3669 guint64 * decode_time) in qtdemux_parse_tfdt() argument
3678 if (!gst_byte_reader_get_uint64_be (br, decode_time)) in qtdemux_parse_tfdt()
3684 *decode_time = dec_time; in qtdemux_parse_tfdt()
3688 *decode_time); in qtdemux_parse_tfdt()
4071 guint64 decode_time = 0; in qtdemux_parse_moof() local
4149 qtdemux_parse_tfdt (qtdemux, &tfdt_data, &decode_time); in qtdemux_parse_moof()
4152 " (%" GST_TIME_FORMAT ")", decode_time, in qtdemux_parse_moof()
4154 decode_time) : GST_CLOCK_TIME_NONE)); in qtdemux_parse_moof()
4172 min_dts = MIN (min_dts, QTSTREAMTIME_TO_GSTTIME (stream, decode_time)); in qtdemux_parse_moof()
4198 &running_offset, decode_time, (tfdt_node != NULL)); in qtdemux_parse_moof()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c219 fail_unless_equals_uint64 (traf->tfdt.decode_time, 132096); in GST_START_TEST()