Home
last modified time | relevance | path

Searched refs:bext (Results 1 – 8 of 8) sorted by relevance

/third_party/libsnd/programs/
Dsndfile-info.c326 SF_BROADCAST_INFO_2K bext ; in broadcast_dump() local
340 memset (&bext, 0, sizeof (SF_BROADCAST_INFO_2K)) ; in broadcast_dump()
342 got_bext = sf_command (file, SFC_GET_BROADCAST_INFO, &bext, sizeof (bext)) ; in broadcast_dump()
358 …time_ref_sec = ((pow (2.0, 32) * bext.time_reference_high) + (1.0 * bext.time_reference_low)) / sf… in broadcast_dump()
360 printf ("Description : %.*s\n", (int) sizeof (bext.description), bext.description) ; in broadcast_dump()
361 printf ("Originator : %.*s\n", (int) sizeof (bext.originator), bext.originator) ; in broadcast_dump()
362 …printf ("Origination ref : %.*s\n", (int) sizeof (bext.originator_reference), bext.origin… in broadcast_dump()
363 …printf ("Origination date : %.*s\n", (int) sizeof (bext.origination_date), bext.originatio… in broadcast_dump()
364 …printf ("Origination time : %.*s\n", (int) sizeof (bext.origination_time), bext.originatio… in broadcast_dump()
366 if (bext.time_reference_high == 0 && bext.time_reference_low == 0) in broadcast_dump()
[all …]
/third_party/ffmpeg/libavformat/
Dwavenc.c107 int64_t bext = ff_start_tag(s->pb, "bext"); in bwf_write_bext_chunk() local
140 ff_end_tag(s->pb, bext); in bwf_write_bext_chunk()
/third_party/libsnd/tests/
Dtest_wrapper.sh.in74 ./tests/command_test@EXEEXT@ bext
/third_party/libsnd/include/
Dsndfile.h.in491 ** Strongly (!) based on EBU "bext" chunk format used in Broadcast WAVE.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td1638 defm BEXT_ZZZ : sve2_misc_bitwise<0b1100, "bext">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12479 "utibz\006autiza\006autizb\006axflag\001b\004bcax\004bdep\004bext\003bfm"
12949 …{ 274 /* bext */, AArch64::BEXT_ZZZ_H, Convert__SVEVectorHReg1_0__SVEVectorHReg1_1__SVEVectorHReg1…
12950 …{ 274 /* bext */, AArch64::BEXT_ZZZ_S, Convert__SVEVectorSReg1_0__SVEVectorSReg1_1__SVEVectorSReg1…
12951 …{ 274 /* bext */, AArch64::BEXT_ZZZ_D, Convert__SVEVectorDReg1_0__SVEVectorDReg1_1__SVEVectorDReg1…
12952 …{ 274 /* bext */, AArch64::BEXT_ZZZ_B, Convert__SVEVectorBReg1_0__SVEVectorBReg1_1__SVEVectorBReg1…
20322 …{ 274 /* bext */, AArch64::BEXT_ZZZ_H, Convert__SVEVectorHReg1_0__SVEVectorHReg1_1__SVEVectorHReg1…
20323 …{ 274 /* bext */, AArch64::BEXT_ZZZ_S, Convert__SVEVectorSReg1_0__SVEVectorSReg1_1__SVEVectorSReg1…
20324 …{ 274 /* bext */, AArch64::BEXT_ZZZ_D, Convert__SVEVectorDReg1_0__SVEVectorDReg1_1__SVEVectorDReg1…
20325 …{ 274 /* bext */, AArch64::BEXT_ZZZ_B, Convert__SVEVectorBReg1_0__SVEVectorBReg1_1__SVEVectorBReg1…
28077 { 274 /* bext */, 7 /* 0, 1, 2 */, MCK_SVEVectorHReg, AMFBS_HasSVE2BitPerm },
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog32692 The wav spec tells that 'fmt' (and 'bext' if present) must come before 'data'.
138161 streaming mode regression for file from #343837 with 'bext' chunk
147540 Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
/third_party/gstreamer/gstplugins_base/
DChangeLog148913 gst-libs/gst/riff/riff-ids.h: Add IDs for 'bext' chunks (see #343837).
148916 Add IDs for 'bext' chunks (see #343837).