Home
last modified time | relevance | path

Searched refs:erased_frames (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1dec.c974 p->erased_frames = 0; in g723_1_decode_frame()
975 else if (p->erased_frames != 3) in g723_1_decode_frame()
976 p->erased_frames++; in g723_1_decode_frame()
987 if (!p->erased_frames) { in g723_1_decode_frame()
1036 if (p->erased_frames == 3) { in g723_1_decode_frame()
Dg723_1.h126 int erased_frames; member