Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dc93.c64 C93DemuxContext *c93 = s->priv_data; in read_header() local
69 c93->block_records[i].index = avio_rl16(pb); in read_header()
70 c93->block_records[i].length = avio_r8(pb); in read_header()
71 c93->block_records[i].frames = avio_r8(pb); in read_header()
72 if (c93->block_records[i].frames > 32) { in read_header()
76 framecount += c93->block_records[i].frames; in read_header()
97 c93->current_block = 0; in read_header()
98 c93->current_frame = 0; in read_header()
99 c93->next_pkt_is_audio = 0; in read_header()
109 C93DemuxContext *c93 in read_packet() local
[all...]
H A DMakefile151 OBJS-$(CONFIG_C93_DEMUXER) += c93.o voc_packet.o voc.o
/third_party/ffmpeg/libavcodec/
H A Dc93.c52 C93DecoderContext * const c93 = avctx->priv_data; in decode_end() local
54 av_frame_free(&c93->pictures[0]); in decode_end()
55 av_frame_free(&c93->pictures[1]); in decode_end()
128 C93DecoderContext * const c93 = avctx->priv_data; in decode_frame() local
129 AVFrame * const newpic = c93->pictures[c93->currentpic]; in decode_frame()
130 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame()
138 c93->currentpic ^= 1; in decode_frame()
262 .p.name = "c93",
[all...]
H A DMakefile265 OBJS-$(CONFIG_C93_DECODER) += c93.o
/third_party/ffmpeg/tests/fate/
H A Dvideo.mak115 FATE_VIDEO-$(call FRAMECRC, C93, C93, SCALE_FILTER ARESAMPLE_FILTER) += fate-cyberia-c93
116 fate-cyberia-c93: CMD = framecrc -i $(TARGET_SAMPLES)/cyberia-c93/intro1.c93 -t 3 -pix_fmt rgb24 -vf scale -af aresample

Completed in 6 milliseconds