Home
last modified time | relevance | path

Searched refs:FF_DECODE_ERROR_INVALID_BITSTREAM (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcpia.c118 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
123 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
144 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
164 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
H A Dv4l2_buffers.c446 frame->decode_error_flags |= FF_DECODE_ERROR_INVALID_BITSTREAM; in ff_v4l2_buffer_buf_to_avframe()
H A Dproresdec2.c774 ctx->frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in decode_picture()
H A Dac3dec.c1711 frame->decode_error_flags = err ? FF_DECODE_ERROR_INVALID_BITSTREAM : 0; in ac3_decode_frame()
/third_party/ffmpeg/libavutil/
H A Dframe.h630 #define FF_DECODE_ERROR_INVALID_BITSTREAM 1 macro

Completed in 11 milliseconds