Searched refs:frmsiz (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstac3parse.c | 384 guint16 frmsiz, sample_rate, blocks; in gst_ac3_parse_frame_header_eac3() local 402 frmsiz = gst_bit_reader_get_bits_uint16_unchecked (&bits, 11); /* frmsiz */ in gst_ac3_parse_frame_header_eac3() 424 *frame_size = (frmsiz + 1) * 2; in gst_ac3_parse_frame_header_eac3() 504 guint frmsiz, blocks, sid; in gst_ac3_parse_handle_frame() local 539 if (!gst_ac3_parse_frame_header (ac3parse, buf, 0, &frmsiz, &rate, &chans, in gst_ac3_parse_handle_frame() 545 GST_LOG_OBJECT (parse, "size: %u, blocks: %u, rate: %u, chans: %u", frmsiz, in gst_ac3_parse_handle_frame() 548 framesize = frmsiz; in gst_ac3_parse_handle_frame() 579 framesize += frmsiz; in gst_ac3_parse_handle_frame() 581 if (!gst_byte_reader_skip (&reader, frmsiz) in gst_ac3_parse_handle_frame() 587 if (!gst_ac3_parse_frame_header (ac3parse, buf, framesize, &frmsiz, in gst_ac3_parse_handle_frame() [all …]
|