Home
last modified time | relevance | path

Searched refs:iff (Results 1 - 19 of 19) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Diff.c27 * for more information on the .iff file format, visit:
355 IffDemuxContext *iff = s->priv_data; in read_dst_frame() local
363 if (chunk_pos >= iff->body_end) in read_dst_frame()
367 data_size = iff->is_64bit ? avio_rb64(pb) : avio_rb32(pb); in read_dst_frame()
376 iff->body_pos = avio_tell(pb) - (iff->is_64bit ? 12 : 8); in read_dst_frame()
377 iff->body_size = iff->body_end - iff->body_pos; in read_dst_frame()
391 if (chunk_pos >= iff in read_dst_frame()
419 IffDemuxContext *iff = s->priv_data; iff_read_header() local
835 IffDemuxContext *iff = s->priv_data; iff_read_packet() local
[all...]
H A DMakefile259 OBJS-$(CONFIG_IFF_DEMUXER) += iff.o
/third_party/mesa3d/src/compiler/nir/
H A Dnir_sweep.c64 sweep_if(nir_shader *nir, nir_if *iff) in sweep_if() argument
66 ralloc_steal(nir, iff); in sweep_if()
68 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) { in sweep_if()
72 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) { in sweep_if()
H A Dnir_opt_move.c72 const nir_if *iff = nir_block_get_following_if(block); in nir_opt_move_block() local
73 const nir_instr *if_cond_instr = iff ? iff->condition.parent_instr : NULL; in nir_opt_move_block()
/third_party/ffmpeg/tests/fate/
H A Dpcm.mak1 FATE_SAMPLES_PCM-$(call DEMDEC, WAV, PCM_U8) += fate-iff-pcm
2 fate-iff-pcm: CMD = md5 -i $(TARGET_SAMPLES)/iff/Bells -f s16le -af aresample
H A Dvideo.mak183 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-byterun1
184 fate-iff-byterun1: CMD = framecrc -i $(TARGET_SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 -vf scale
186 FATE_IFF-$(call ENCDEC, PCM_S16LE EIGHTSVX_FIB, PCM_S16LE IFF, ARESAMPLE_FILTER) += fate-iff-fibonacci
187 fate-iff-fibonacci: CMD = md5 -i $(TARGET_SAMPLES)/iff/dasboot-in-compressed -f s16le -af aresample
189 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-ilbm
190 fate-iff-ilbm: CMD = framecrc -i $(TARGET_SAMPLES)/iff/lms-matriks.ilbm -pix_fmt rgb24 -vf scale
193 fate-iff
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp334 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); in calc_blend_result() local
335 casefactory.emit(iff); in calc_blend_result()
336 casefactory.instructions = &iff->then_instructions; in calc_blend_result()
393 casefactory.instructions = &iff->else_instructions; in calc_blend_result()
H A Dir_reader.cpp490 ir_if *iff = new(mem_ctx) ir_if(condition); in read_if() local
492 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if()
493 read_instructions(&iff->else_instructions, s_else, loop_ctx); in read_if()
495 delete iff; in read_if()
496 iff = NULL; in read_if()
498 return iff; in read_if()
/third_party/libabigail/tests/
H A Druntestfedabipkgdiff.py.in111 This function returns True iff all comparison specified by
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
H A Dyacc.c89 # Expand ARG iff yyerror is to be given a location as argument.
902 /* Given the stack whose top is *YYSSP, return 0 iff YYTOKEN can
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm677 times ((last_branch_adr-$)>>31)+1 rep ; times 1 iff $ == last_branch_adr.
1115 ; Append cpuflags to the callee's name iff the appended name is known and the plain name isn't
/third_party/ffmpeg/libavcodec/
H A DMakefile432 OBJS-$(CONFIG_IFF_ILBM_DECODER) += iff.o
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4212 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
4231 % @ifclear VAR ... @end executes the `...' iff VAR has never been
/third_party/typescript/lib/
H A DtypingsInstaller.js3911 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]
H A Dtsserverlibrary.js3930 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]
H A Dtypescript.js3921 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]
H A DtypescriptServices.js3921 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]
H A Dtsserver.js3931 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js3946 ts.Debug.assert(!!typeCatalog.length === (mode !== "server")); // Have a type catalog iff not in server mode
[all...]

Completed in 194 milliseconds