Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c356 flacparse->sample_number = 0; in gst_flac_parse_start()
411 guint64 sample_number; in gst_flac_parse_frame_header_is_valid() local
473 sample_number = len; in gst_flac_parse_frame_header_is_valid()
476 sample_number = len & 0x1f; in gst_flac_parse_frame_header_is_valid()
479 sample_number = len & 0x0f; in gst_flac_parse_frame_header_is_valid()
482 sample_number = len & 0x07; in gst_flac_parse_frame_header_is_valid()
485 sample_number = len & 0x03; in gst_flac_parse_frame_header_is_valid()
488 sample_number = len & 0x01; in gst_flac_parse_frame_header_is_valid()
491 sample_number = len & 0x0; in gst_flac_parse_frame_header_is_valid()
508 sample_number <<= 6; in gst_flac_parse_frame_header_is_valid()
[all …]
Dgstflacparse.h76 guint64 sample_number; member
/third_party/ffmpeg/libavformat/
Dmovenchint.c116 queue->samples[queue->len].sample_number = sample; in sample_queue_push()
229 *match_sample = sample->sample_number; in find_sample_match()
Dmovenc.h65 int sample_number; member
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h901 guint32 sample_number; member
Datoms.c5182 entry.sample_number = sample_num; in atom_tfra_add_entry()
5255 data = GUINT32_TO_BE (entry->sample_number); in atom_tfra_copy_data()