Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/ffmpeg/
Dlv_ffmpeg.c525 int stream_index; in ffmpeg_open_codec_context() local
537 stream_index = ret; in ffmpeg_open_codec_context()
538 st = fmt_ctx->streams[stream_index]; in ffmpeg_open_codec_context()
571 *stream_idx = stream_index; in ffmpeg_open_codec_context()
644 if(ffmpeg_ctx->pkt.stream_index == ffmpeg_ctx->video_stream_idx) { in ffmpeg_update_next_frame()