Home
last modified time | relevance | path

Searched refs:first_part_size (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec_vp8.c44 int first_part_size; member
151 avio_tell(vp8->data) >= vp8->first_part_size; in vp8_handle_packet()
190 if (avio_tell(vp8->data) >= vp8->first_part_size) { in vp8_handle_packet()
203 vp8->first_part_size = (AV_RL16(&buf[1]) << 3 | buf[0] >> 5) + 3; in vp8_handle_packet()
226 } else if (vp8->data && avio_tell(vp8->data) >= vp8->first_part_size) { in vp8_handle_packet()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvp8parser.c149 assert_equals_int (frame_hdr.first_part_size, 234); in GST_START_TEST()
193 assert_equals_int (frame_hdr.first_part_size, 98); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvp8parser.c283 guint i, ofs, part_size, part_size_ofs = frame_hdr->first_part_size; in calc_partition_sizes()
329 frame_hdr->first_part_size = (frame_tag >> 5) & 0x7ffff; in parse_uncompressed_data_chunk()
546 if (frame_hdr->data_chunk_size + frame_hdr->first_part_size > size) in gst_vp8_parser_parse_frame_header()
Dgstvp8parser.h261 guint32 first_part_size; member
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/
Dparse-vp8.c257 g_print (" %-32s : %d\n", "first_part_size", frame_hdr->first_part_size); in print_frame_header()
/third_party/mingw-w64/mingw-w64-headers/include/
Ddxva.h456 UINT first_part_size; member