Home
last modified time | relevance | path

Searched refs:first_frame (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dthp.c30 unsigned first_frame; member
91 thp->first_frame = avio_rb32(pb); in thp_read_header()
95 thp->next_frame = thp->first_frame; in thp_read_header()
/third_party/ffmpeg/libavcodec/
H A Dansi.c66 int first_frame; member
377 if (!s->first_frame) { in decode_frame()
379 s->first_frame = 1; in decode_frame()
H A Drpzaenc.c49 int first_frame; // flag set to one when the first frame is being processed member
583 if (!s->first_frame) { in rpza_encode_stream()
802 s->first_frame = 1; in rpza_encode_frame()
810 s->first_frame = 0; in rpza_encode_frame()
H A Damrwbdec.c89 uint8_t first_frame; ///< flag active during decoding of the first frame member
125 ctx->first_frame = 1; in amrwb_decode_init()
1184 if (ctx->first_frame) { in amrwb_decode_frame()
1185 ctx->first_frame = 0; in amrwb_decode_frame()
H A Droqvideoenc.c159 int first_frame; member
996 enc->first_frame = 1; in roq_encode_init()
1081 if (enc->first_frame) { in roq_encode_frame()
1091 enc->first_frame = 0; in roq_encode_frame()
H A Dvorbisdec.c133 uint8_t first_frame; member
1852 if (!vc->first_frame) { in vorbis_decode_frame()
1853 vc->first_frame = 1; in vorbis_decode_frame()
1888 vc->first_frame = 0; in vorbis_decode_flush()
/third_party/backends/frontend/
H A Dscanimage.c1356 int i, len, first_frame = 1, offset = 0, must_buffer = 0; in scan_it() local
1384 if (!first_frame) in scan_it()
1413 if (first_frame) in scan_it()
1431 if (first_frame) in scan_it()
1739 first_frame = 0; in scan_it()
/third_party/astc-encoder/Source/
H A Dstb_image.h6780 int first_frame;
6786 first_frame = 0;
6804 first_frame = 1;
6894 if (first_frame && (g->bgindex > 0)) {

Completed in 24 milliseconds