Searched refs:c93 (Results 1 – 7 of 7) sorted by relevance
64 C93DemuxContext *c93 = s->priv_data; in read_header() local69 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 = s->priv_data; in read_packet() local[all …]
140 OBJS-$(CONFIG_C93_DEMUXER) += c93.o voc_packet.o voc.o
51 C93DecoderContext * const c93 = avctx->priv_data; in decode_end() local53 av_frame_free(&c93->pictures[0]); in decode_end()54 av_frame_free(&c93->pictures[1]); in decode_end()127 C93DecoderContext * const c93 = avctx->priv_data; in decode_frame() local128 AVFrame * const newpic = c93->pictures[c93->currentpic]; in decode_frame()129 AVFrame * const oldpic = c93->pictures[c93->currentpic^1]; in decode_frame()137 c93->currentpic ^= 1; in decode_frame()
255 OBJS-$(CONFIG_C93_DECODER) += c93.o
114 FATE_VIDEO-$(call DEMDEC, C93, C93) += fate-cyberia-c93115 fate-cyberia-c93: CMD = framecrc -i $(TARGET_SAMPLES)/cyberia-c93/intro1.c93 -t 3 -pix_fmt rgb24 -v…
188 # "//third_party/ffmpeg/libavcodec/c93.c",998 # "//third_party/ffmpeg/libavformat/c93.c",
570 category c92; category c93; category c94; category c95;