Searched refs:extrasize (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_template.c | 78 int extrasize; member 721 if (s->in_gb.buffer && *pos >= s->gb.size_in_bits - s->extrasize * 8) { in switch_buffer() 724 s->extrasize = 0; in switch_buffer() 756 int end_pos = FFMIN(end_pos2, s->gb.size_in_bits - s->extrasize * 8); in huffman_decode() 1297 s->extrasize = av_clip((get_bits_left(&s->gb) >> 3) - s->extrasize, 0, in mp_decode_layer3() 1304 memcpy(s->last_buf + s->last_buf_size, ptr, s->extrasize); in mp_decode_layer3() 1306 init_get_bits(&s->gb, s->last_buf, (s->last_buf_size + s->extrasize) * 8); in mp_decode_layer3() 1317 if (skip >= s->gb.size_in_bits - s->extrasize * 8 && s->in_gb.buffer) { in mp_decode_layer3() 1318 skip_bits_long(&s->in_gb, skip - s->gb.size_in_bits + s->extrasize * 8); in mp_decode_layer3() 1321 s->extrasize = 0; in mp_decode_layer3() [all …]
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 9698 int extrasize; in compile_assert_matchingpath() local 9751 extrasize = 1; in compile_assert_matchingpath() 9753 extrasize = 0; in compile_assert_matchingpath() 9756 extrasize++; in compile_assert_matchingpath() 9761 if (extrasize > 0) in compile_assert_matchingpath() 9762 allocate_stack(common, extrasize); in compile_assert_matchingpath() 9767 if (extrasize > 0) in compile_assert_matchingpath() 9772 SLJIT_ASSERT(extrasize == 2); in compile_assert_matchingpath() 9779 extrasize = needs_control_head ? 3 : 2; in compile_assert_matchingpath() 9780 allocate_stack(common, framesize + extrasize); in compile_assert_matchingpath() [all …]
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 3313 guint extrasize; in gst_ffmpeg_caps_with_codecid() 3326 copy_config (context->extradata, data, size, &extrasize); in gst_ffmpeg_caps_with_codecid() 3327 GST_DEBUG ("escaped size: %d", extrasize); in gst_ffmpeg_caps_with_codecid() 3328 context->extradata_size = extrasize; in gst_ffmpeg_caps_with_codecid()
|