Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
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 = s->priv_data; in read_packet() local
[all …]
DMakefile140 OBJS-$(CONFIG_C93_DEMUXER) += c93.o voc_packet.o voc.o
/third_party/ffmpeg/libavcodec/
Dc93.c51 C93DecoderContext * const c93 = avctx->priv_data; in decode_end() local
53 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() local
128 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()
DMakefile255 OBJS-$(CONFIG_C93_DECODER) += c93.o
/third_party/ffmpeg/tests/fate/
Dvideo.mak114 FATE_VIDEO-$(call DEMDEC, C93, C93) += fate-cyberia-c93
115 fate-cyberia-c93: CMD = framecrc -i $(TARGET_SAMPLES)/cyberia-c93/intro1.c93 -t 3 -pix_fmt rgb24 -v…
/third_party/ffmpeg/
DBUILD.gn188 # "//third_party/ffmpeg/libavcodec/c93.c",
998 # "//third_party/ffmpeg/libavformat/c93.c",
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf570 category c92; category c93; category c94; category c95;