Home
last modified time | relevance | path

Searched refs:small_padding (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/iostreams/test/
Drestrict_test.cpp47 const int small_padding = 50; variable
136 restricted_test_file src1(small_padding); in read_device()
138 stream_offset off = small_padding, in read_device()
164 restricted_test_file src1(small_padding, true); in read_device()
166 stream_offset off = small_padding; in read_device()
196 restricted_test_sequence src(small_padding); in read_direct_device()
198 stream_offset off = small_padding, in read_direct_device()
209 restricted_test_sequence src(small_padding, true); in read_direct_device()
211 stream_offset off = small_padding; in read_direct_device()
223 restricted_test_file src1(small_padding); in read_filter()
[all …]
/third_party/ffmpeg/libavcodec/
Dh2645_parse.h93 H2645NAL *nal, int small_padding);
111 enum AVCodecID codec_id, int small_padding, int use_ref);
Dh2645_parse.c35 H2645RBSP *rbsp, H2645NAL *nal, int small_padding) in ff_h2645_extract_rbsp() argument
86 if (i >= length - 1 && small_padding) { // no escaped 0 in ff_h2645_extract_rbsp()
394 enum AVCodecID codec_id, int small_padding, int use_ref) in ff_h2645_packet_split() argument
399 int64_t padding = small_padding ? 0 : MAX_MBPAIR_SIZE; in ff_h2645_packet_split()
479 consumed = ff_h2645_extract_rbsp(bc.buffer, extract_length, &pkt->rbsp, nal, small_padding); in ff_h2645_packet_split()