Searched refs:decode_error_flags (Results 1 – 10 of 10) sorted by relevance
117 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()
447 frame->decode_error_flags |= FF_DECODE_ERROR_INVALID_BITSTREAM; in ff_v4l2_buffer_buf_to_avframe()
748 ctx->frame->decode_error_flags = FF_DECODE_ERROR_INVALID_BITSTREAM; in decode_picture()
721 h->cur_pic_ptr->f->decode_error_flags |= FF_DECODE_ERROR_DECODE_SLICES; in decode_nal_units()
1124 s->cur_pic.f->decode_error_flags |= FF_DECODE_ERROR_CONCEALMENT_ACTIVE; in ff_er_frame_end()
1691 frame->decode_error_flags = err ? FF_DECODE_ERROR_INVALID_BITSTREAM : 0; in ac3_decode_frame()
613 int decode_error_flags; member
38 MAKE_ACCESSORS(AVFrame, frame, int, decode_error_flags)383 dst->decode_error_flags = src->decode_error_flags; in frame_copy_props()
2156 …if (ist->decoded_frame->decode_error_flags || (ist->decoded_frame->flags & AV_FRAME_FLAG_CORRUPT))… in check_decode_result()
1845 Add decode_error_flags field to AVFrame.