Searched refs:unaccounted (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | audio_mix_matrix.c | 95 int64_t unaccounted; in avresample_build_matrix() local 103 unaccounted = in_layout & ~out_layout; in avresample_build_matrix() 127 if (unaccounted & AV_CH_FRONT_CENTER) { in avresample_build_matrix() 140 if (unaccounted & AV_CH_LAYOUT_STEREO) { in avresample_build_matrix() 151 if (unaccounted & AV_CH_BACK_CENTER) { in avresample_build_matrix() 161 if (unaccounted & (AV_CH_BACK_LEFT | AV_CH_SIDE_LEFT)) { in avresample_build_matrix() 178 if (unaccounted & AV_CH_BACK_LEFT) { in avresample_build_matrix() 214 if (unaccounted & AV_CH_SIDE_LEFT) { in avresample_build_matrix() 250 if (unaccounted & AV_CH_FRONT_LEFT_OF_CENTER) { in avresample_build_matrix() 261 if (unaccounted & AV_CH_LOW_FREQUENCY) { in avresample_build_matrix()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs7.data | 173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 213 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 241 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 31 to contain one unaccounted extra byte #… 257 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 293 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 321 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… 337 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 353 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #… 369 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #… [all …]
|
/third_party/ffmpeg/libswresample/ |
D | rematrix.c | 127 int64_t unaccounted, in_ch_layout, out_ch_layout; in swr_build_matrix() local 171 unaccounted= in_ch_layout & ~out_ch_layout; in swr_build_matrix() 177 if(unaccounted & AV_CH_FRONT_CENTER){ in swr_build_matrix() 189 if(unaccounted & AV_CH_LAYOUT_STEREO){ in swr_build_matrix() 199 if(unaccounted & AV_CH_BACK_CENTER){ in swr_build_matrix() 209 if (unaccounted & (AV_CH_BACK_LEFT | AV_CH_SIDE_LEFT)) { in swr_build_matrix() 225 if(unaccounted & AV_CH_BACK_LEFT){ in swr_build_matrix() 259 if(unaccounted & AV_CH_SIDE_LEFT){ in swr_build_matrix() 295 if(unaccounted & AV_CH_FRONT_LEFT_OF_CENTER){ in swr_build_matrix() 306 if (unaccounted & AV_CH_LOW_FREQUENCY) { in swr_build_matrix()
|
/third_party/node/deps/v8/tools/ |
D | tickprocessor.mjs | 597 { total: 0, unaccounted: 0, excluded: 0, gc: 0 }; 621 // Only unknown PCs (the first frame) are reported as unaccounted, 625 ticks.unaccounted++; 802 // as simply resetting PC will produce unaccounted ticks. 857 `, (${this.ticks_.total} ticks, ${this.ticks_.unaccounted} unaccounted, ` + 871 totalTicks -= this.ticks_.unaccounted; 902 if (!this.ignoreUnknown_ && this.ticks_.unaccounted > 0) { 903 this.printLine('Unaccounted', this.ticks_.unaccounted,
|
D | ll_prof.py | 979 unaccounted = "unaccounted ticks" variable 981 unaccounted += " (probably in the kernel, try --kernel)" 982 PrintTicks(really_missed_ticks, ticks, unaccounted)
|
/third_party/mbedtls/tests/scripts/ |
D | generate_pkcs7_tests.py | 159 one unaccounted extra byte")
|
/third_party/node/deps/v8/tools/system-analyzer/ |
D | processor.mjs | 405 // as simply resetting PC will produce unaccounted ticks.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 10350 in that timer to be unaccounted for, and creating a situation in where
|