Home
last modified time | relevance | path

Searched refs:bytestream2_get_eof (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbytestream.h332 static av_always_inline unsigned int bytestream2_get_eof(PutByteContext *p) in bytestream2_get_eof() function
H A Dprosumer.c61 if (bytestream2_get_bytes_left_p(pb) <= 0 || bytestream2_get_eof(pb)) in decompress()
H A Dtiff.c863 if (bytestream2_get_bytes_left(&s->gb) == 0 || bytestream2_get_eof(&pb)) in tiff_unpack_strip()
H A Dwavpackenc.c2809 av_assert0(!bytestream2_get_eof(&pb)); in wavpack_encode_block()

Completed in 9 milliseconds