Home
last modified time | relevance | path

Searched refs:decode_error_flags (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcpia.c117 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
122 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
143 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
163 frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in cpia_decode_frame()
Dv4l2_buffers.c447 frame->decode_error_flags |= FF_DECODE_ERROR_INVALID_BITSTREAM; in ff_v4l2_buffer_buf_to_avframe()
Dproresdec2.c748 ctx->frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in decode_picture()
Dh264dec.c721 h->cur_pic_ptr->f->decode_error_flags |= FF_DECODE_ERROR_DECODE_SLICES; in decode_nal_units()
Derror_resilience.c1124 s->cur_pic.f->decode_error_flags |= FF_DECODE_ERROR_CONCEALMENT_ACTIVE; in ff_er_frame_end()
Dac3dec.c1691 frame->decode_error_flags = err ? FF_DECODE_ERROR_INVALID_BITSTREAM : 0; in ac3_decode_frame()
/third_party/ffmpeg/libavutil/
Dframe.h613 int decode_error_flags; member
Dframe.c38 MAKE_ACCESSORS(AVFrame, frame, int, decode_error_flags)
383 dst->decode_error_flags = src->decode_error_flags; in frame_copy_props()
/third_party/ffmpeg/fftools/
Dffmpeg.c2156 …if (ist->decoded_frame->decode_error_flags || (ist->decoded_frame->flags & AV_FRAME_FLAG_CORRUPT))… in check_decode_result()
/third_party/ffmpeg/doc/
DAPIchanges1845 Add decode_error_flags field to AVFrame.