Searched refs:bytes_to_skip (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1_parser.c | 55 size_t bytes_to_skip; member 143 int i = vpc->bytes_to_skip; in vc1_parse() 236 vpc->bytes_to_skip = 0; in vc1_parse() 250 vpc->bytes_to_skip = 4; in vc1_parse() 252 vpc->bytes_to_skip += next; in vc1_parse() 283 vpc->bytes_to_skip = 0; in vc1_parse_init()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtatomparser.h | 58 guint bytes_to_skip, guint32 * val) in qt_atom_parser_skipn_and_get_uint32() argument 60 if (G_UNLIKELY (gst_byte_reader_get_remaining (parser) < (bytes_to_skip + 4))) in qt_atom_parser_skipn_and_get_uint32() 63 gst_byte_reader_skip_unchecked (parser, bytes_to_skip); in qt_atom_parser_skipn_and_get_uint32()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | resource_handler_ctocpp.cc | 116 int64 bytes_to_skip, in Skip() argument 133 int _retval = _struct->skip(_struct, bytes_to_skip, &bytes_skipped, in Skip()
|
D | resource_handler_ctocpp.h | 46 bool Skip(int64 bytes_to_skip,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | resource_handler_cpptoc.cc | 135 int64 bytes_to_skip, in resource_handler_skip() argument 159 bytes_to_skip, bytes_skippedVal, in resource_handler_skip()
|
/third_party/cef/include/capi/ |
D | cef_resource_handler_capi.h | 161 int64 bytes_to_skip,
|
/third_party/cef/include/ |
D | cef_resource_handler.h | 152 virtual bool Skip(int64 bytes_to_skip, in Skip() argument
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 61 data_scan_ctx_advance (GstTypeFind * tf, DataScanCtx * c, guint bytes_to_skip) in data_scan_ctx_advance() argument 63 c->offset += bytes_to_skip; in data_scan_ctx_advance() 64 if (G_LIKELY (c->size > bytes_to_skip)) { in data_scan_ctx_advance() 65 c->size -= bytes_to_skip; in data_scan_ctx_advance() 66 c->data += bytes_to_skip; in data_scan_ctx_advance()
|
/third_party/cef/tests/ceftests/ |
D | urlrequest_unittest.cc | 690 bool Skip(int64 bytes_to_skip, in Skip() argument 696 std::min(bytes_to_skip, static_cast<int64>(size - offset_)); in Skip()
|