Home
last modified time | relevance | path

Searched refs:smush (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dsmush.c48 SMUSHContext *smush = ctx->priv_data; in smush_read_header() local
67 smush->version = 0; in smush_read_header()
87 smush->version = 1; in smush_read_header()
146 smush->video_stream_index = vst->index; in smush_read_header()
160 if (!smush->version) { in smush_read_header()
174 smush->audio_stream_index = ast->index; in smush_read_header()
190 SMUSHContext *smush = ctx->priv_data; in smush_read_packet() local
206 if (smush->version) in smush_read_packet()
211 pkt->stream_index = smush->video_stream_index; in smush_read_packet()
218 pkt->stream_index = smush in smush_read_packet()
[all...]
H A Dbink.c67 int smush = AV_RN32(p->buf) == AV_RN32("SMUS"); in probe() local
82 } while (smush && b < p->buf + p->buf_size - 32); in probe()
H A DMakefile539 OBJS-$(CONFIG_SMUSH_DEMUXER) += smush.o
/third_party/ffmpeg/tests/fate/
H A Dadpcm.mak89 fate-adpcm-vima: CMD = framecrc -i $(TARGET_SAMPLES)/smush/ronin_part.znm -vn
H A Dvideo.mak298 fate-sanm: CMD = framecrc -i $(TARGET_SAMPLES)/smush/ronin_part.znm -an -pix_fmt rgb24 -vf scale

Completed in 4 milliseconds