/third_party/ffmpeg/tests/fate/ |
H A D | filter-audio.mak | 331 # test the different analyze modes 332 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-pe 333 fate-filter-hdcd-analyze-pe: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac 334 fate-filter-hdcd-analyze-pe: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=pe -f s24le 335 fate-filter-hdcd-analyze-pe: CMP = oneline 336 fate-filter-hdcd-analyze-pe: REF = 2d839d8a1cf73b10a566ce3d4cfaa79e 337 FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, HDCD, FLAC, FLAC, PCM_S24LE, PCM_S24LE) += fate-filter-hdcd-analyze-lle 338 fate-filter-hdcd-analyze-lle: SRC = $(TARGET_SAMPLES)/filter/hdcd-mix.flac 339 fate-filter-hdcd-analyze-lle: CMD = md5 -i $(SRC) -af hdcd=analyze_mode=lle -f s24le 340 fate-filter-hdcd-analyze [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_earlyzs.c | 47 analyze(const struct pan_shader_info *s, in analyze() function 114 lut.states[v0][v1][v2] = analyze(s, v0, v1, v2); in pan_earlyzs_analyze()
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | __main__.py | 129 _analyze=_analyzer.analyze, 144 _analyze=_analyzer.analyze, 178 analyze = None 181 def analyze(files, **kwargs): function 198 def analyze(files, **kwargs): function 205 _analyze=analyze, 333 'analyze and fail if the CPython source code has any problems', 337 'analyze': (
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | __init__.py | 14 analyze as _analyze, 20 def analyze(filenmes, **kwargs): function
|
H A D | datafiles.py | 8 from . import analyze as _analyze
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | DominanceFrontier.cpp | 50 DF.analyze(getAnalysis<DominatorTreeWrapperPass>().getDomTree()); in runOnFunction() 84 DF.analyze(AM.getResult<DominatorTreeAnalysis>(F)); in run()
|
/third_party/alsa-utils/bat/ |
H A D | analyze.c | 66 int check_peak(struct bat *bat, struct analyze *a, int end, int peak, float hz, in check_peak() 105 static int check(struct bat *bat, struct analyze *a, int channel) in check() 164 static void calc_magnitude(struct bat *bat, struct analyze *a, int N) in calc_magnitude() 178 static int find_and_check_harmonics(struct bat *bat, struct analyze *a, in find_and_check_harmonics() 443 struct analyze a; in analyze_capture()
|
H A D | bat.c | 42 #include "analyze.h" 715 goto analyze; in main() 724 goto analyze; in main() 731 analyze: in main()
|
H A D | common.h | 258 struct analyze { struct
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexShader.cpp | 56 analyze(); in VertexShader() 77 analyze(); in VertexShader() 201 void VertexShader::analyze() in analyze() function in sw::VertexShader
|
H A D | PixelShader.hpp | 48 void analyze();
|
H A D | VertexShader.hpp | 59 void analyze();
|
H A D | PixelShader.cpp | 43 analyze(); in PixelShader() 56 analyze(); in PixelShader() 154 void PixelShader::analyze() in analyze() function in sw::PixelShader
|
/third_party/node/deps/base64/base64/ |
H A D | Makefile | 61 .PHONY: all analyze clean 105 analyze: clean
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | FullDuplexLatency.h | 47 mEchoAnalyzer.analyze(); in analyzeData()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorcorrect.c | 44 int analyze; member 400 const int nb_threads = s->analyze == MEDIAN ? 1 : FFMIN(s->planeheight[1], ff_filter_get_nb_threads(ctx)); in filter_frame() 402 if (s->analyze) { in filter_frame() 403 const int nb_athreads = s->analyze == MEDIAN ? 1 : nb_threads; in filter_frame() 470 switch (s->analyze) { in config_input() 531 { "analyze", "set the analyze mode", OFFSET(analyze), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_ANALYZE-1, VF, "analyze" }, 532 { "manual", "manually set options", 0, AV_OPT_TYPE_CONST, {.i64=MANUAL}, 0, 0, VF, "analyze" }, [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | context.rs | 5 analyze, as_cannot_derive_set, CannotDerive, DeriveTrait, 1263 self.sizedness = Some(analyze::<SizednessAnalysis>(self)); in compute_sizedness() 1285 self.have_vtable = Some(analyze::<HasVtableAnalysis>(self)); in compute_has_vtable() 1309 self.have_destructor = Some(analyze::<HasDestructorAnalysis>(self)); in compute_has_destructor() 1325 let used_params = analyze::<UsedTemplateParameters>(self); in find_used_template_parameters() 2568 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_debug() 2595 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_default() 2621 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_copy() 2633 Some(as_cannot_derive_set(analyze::<CannotDerive>(( in compute_cannot_derive_hash() 2663 Some(analyze in compute_cannot_derive_partialord_partialeq_or_eq() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineDominanceFrontier.cpp | 42 Base.analyze(getAnalysis<MachineDominatorTree>().getBase()); in runOnMachineFunction()
|
H A D | LazyMachineBlockFrequencyInfo.cpp | 84 OwnedMLI->getBase().analyze(MDT->getBase()); in calculateIfNotAvailable()
|
H A D | MachineLoopInfo.cpp | 49 LI.analyze(MDT.getBase()); in calculate()
|
/third_party/lame/frontend/ |
H A D | gtkanal.c | 867 analyze(void) in analyze() function 882 analyze(); in plotclick() 957 analyze(); in frameadv1() 978 analyze(); in frameadv() 1051 analyze(); in channel_option() 1084 analyze(); in spec_option() 1095 analyze(); in key_press_event() 1101 analyze(); in key_press_event() 1107 analyze(); in key_press_event() 1113 analyze(); in key_press_event() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | psymodel.h | 124 * @param channel number of channel element to analyze 139 void (*analyze)(FFPsyContext *ctx, int channel, const float **coeffs, const FFPsyWindowInfo *wi); member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 9 // This header defines interfaces to analyze LLVM bitcode files/streams. 87 Error analyze(Optional<BCDumpOptions> O = None,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 235 void GISelCSEInfo::analyze(MachineFunction &MF) { in analyze() function in GISelCSEInfo 373 Info.analyze(*MF); in get()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | AudioMidiTester.java | 187 result.events = mTapLatencyAnalyser.analyze(buffer, 0, numRead); in analyzeCapturedAudio()
|