Home
last modified time | relevance | path

Searched refs:decode_error_flags (Results 1 - 9 of 9) 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 Dh264dec.c741 // set decode_error_flags to allow users to detect concealed decoding errors in decode_nal_units()
743 h->cur_pic_ptr->f->decode_error_flags |= FF_DECODE_ERROR_DECODE_SLICES; in decode_nal_units()
H A Derror_resilience.c1117 s->cur_pic.f->decode_error_flags |= FF_DECODE_ERROR_CONCEALMENT_ACTIVE; in ff_er_frame_end()
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.h629 int decode_error_flags; member
H A Dframe.c303 dst->decode_error_flags = src->decode_error_flags; in frame_copy_props()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c1916 if (ist->decoded_frame->decode_error_flags || (ist->decoded_frame->flags & AV_FRAME_FLAG_CORRUPT)) { in check_decode_result()

Completed in 21 milliseconds