Home
last modified time | relevance | path

Searched refs:next_frame (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsmacker.c258 goto next_frame; in smacker_read_packet()
276 goto next_frame; in smacker_read_packet()
306 goto next_frame; in smacker_read_packet()
320 goto next_frame; in smacker_read_packet()
334 goto next_frame; in smacker_read_packet()
338 goto next_frame; in smacker_read_packet()
341 goto next_frame; in smacker_read_packet()
349 goto next_frame; in smacker_read_packet()
357 next_frame: in smacker_read_packet()
Dthp.c36 int64_t next_frame; member
92 thp->next_frame = thp->first_frame; in thp_read_header()
172 avio_seek(pb, thp->next_frame, SEEK_SET); in thp_read_packet()
175 thp->next_frame += FFMAX(thp->next_framesz, 1); in thp_read_packet()
/third_party/ffmpeg/libavcodec/
Dvp9_superframe_split_bsf.c36 int next_frame; member
82 s->next_frame = 0; in vp9_superframe_split_filter()
98 out->size = s->sizes[s->next_frame]; in vp9_superframe_split_filter()
101 s->next_frame++; in vp9_superframe_split_filter()
103 if (s->next_frame >= s->nb_frames) in vp9_superframe_split_filter()
Dvp9_raw_reorder_bsf.c53 VP9RawReorderFrame *next_frame; member
284 if (ctx->next_frame) { in vp9_raw_reorder_filter()
285 frame = ctx->next_frame; in vp9_raw_reorder_filter()
331 ctx->next_frame = frame; in vp9_raw_reorder_filter()
370 ctx->next_frame = NULL; in vp9_raw_reorder_filter()
375 ctx->next_frame = NULL; in vp9_raw_reorder_filter()
380 ctx->next_frame = NULL; in vp9_raw_reorder_filter()
394 ctx->next_frame = NULL; in vp9_raw_reorder_flush()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/esd/
DSDL_esdaudio.c137 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ESD_WaitDevice()
159 this->hidden->next_frame += this->hidden->frame_ticks; in ESD_PlayDevice()
273 this->hidden->next_frame = SDL_GetTicks() + this->hidden->frame_ticks; in ESD_OpenDevice()
DSDL_esdaudio.h45 float next_frame; member
/third_party/flutter/skia/third_party/externals/sdl/src/audio/paudio/
DSDL_paudio.c135 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in PAUDIO_WaitDevice()
209 this->hidden->next_frame += this->hidden->frame_ticks; in PAUDIO_PlayDevice()
494 this->hidden->next_frame = SDL_GetTicks() + this->hidden->frame_ticks; in PAUDIO_OpenDevice()
DSDL_paudio.h42 float next_frame; member
/third_party/flutter/skia/third_party/externals/sdl/src/audio/bsd/
DSDL_bsdaudio.h44 float next_frame; member
DSDL_bsdaudio.c132 ticks = ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in BSDAUDIO_WaitDevice()
201 this->hidden->next_frame += this->hidden->frame_ticks; in BSDAUDIO_PlayDevice()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/arts/
DSDL_artsaudio.h47 float next_frame; member
DSDL_artsaudio.c160 ((Sint32) (this->hidden->next_frame - SDL_GetTicks())) - FUDGE_TICKS; in ARTS_WaitDevice()
176 this->hidden->next_frame += this->hidden->frame_ticks; in ARTS_PlayDevice()
/third_party/ffmpeg/doc/
Dfilter_design.txt183 if (priv->next_frame) {
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h17040 struct stack_frame *next_frame; member