/third_party/ffmpeg/libavfilter/ |
D | af_pan.c | 103 PanContext *const pan = ctx->priv; in init() local 104 char *arg, *arg0, *tokenizer, *args = av_strdup(pan->args); in init() 110 if (!pan->args) { in init() 124 ret = ff_parse_channel_layout(&pan->out_channel_layout, in init() 125 &pan->nb_output_channels, arg, ctx); in init() 140 if (!((pan->out_channel_layout >> out_ch_id) & 1)) { in init() 150 …out_ch_id = av_get_channel_layout_nb_channels(pan->out_channel_layout & (((int64_t)1 << out_ch_id)… in init() 152 if (out_ch_id < 0 || out_ch_id >= pan->nb_output_channels) { in init() 169 pan->need_renorm |= (int64_t)1 << out_ch_id; in init() 203 pan->gain[out_ch_id][in_ch_id] = sign * gain; in init() [all …]
|
/third_party/python/Modules/ |
D | _curses_panel.c | 89 PANEL *pan; member 162 find_po(PANEL *pan) in find_po() argument 165 for (temp = lop; temp->po->pan != pan; temp = temp->next) in find_po() 193 return PyCursesCheckERR(state, bottom_panel(self->pan), "bottom"); in _curses_panel_panel_bottom_impl() 211 return PyCursesCheckERR(state, hide_panel(self->pan), "hide"); in _curses_panel_panel_hide_impl() 227 return PyCursesCheckERR(state, show_panel(self->pan), "show"); in _curses_panel_panel_show_impl() 243 return PyCursesCheckERR(state, top_panel(self->pan), "top"); in _curses_panel_panel_top_impl() 249 PyCursesPanel_New(_curses_panel_state *state, PANEL *pan, in PyCursesPanel_New() argument 258 po->pan = pan; in PyCursesPanel_New() 275 obj = (PyObject *) panel_userptr(po->pan); in PyCursesPanel_Dealloc() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanorama.c | 121 static void gst_audio_panorama_m2s_int (gfloat pan, 123 static void gst_audio_panorama_s2s_int (gfloat pan, 125 static void gst_audio_panorama_m2s_float (gfloat pan, 127 static void gst_audio_panorama_s2s_float (gfloat pan, 130 static void gst_audio_panorama_m2s_int_simple (gfloat pan, 132 static void gst_audio_panorama_s2s_int_simple (gfloat pan, 134 static void gst_audio_panorama_m2s_float_simple (gfloat pan, 136 static void gst_audio_panorama_s2s_float_simple (gfloat pan, 385 gst_audio_panorama_m2s_int (gfloat pan, gint16 * idata, gint16 * odata, guint n) in gst_audio_panorama_m2s_int() argument 387 gfloat r = (pan + 1.0) / 2.0; in gst_audio_panorama_m2s_int() [all …]
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 288 - pan/midgard: Break out one-src read_components 289 - pan/midgard: Implement mixed-type constant packing 291 - pan/midgard: Check for null consts 292 - pan/midgard: Remove unused variable 294 - pan/midgard: Fix scheduling issue with csel + render target reference 303 - pan/midgard: Track pressure when scheduling ld/st 304 - pan/midgard: Fix missing prefixes 305 - pan/midgard: Fix swizzles harder 306 - pan/midgard: Implement barriers 307 - pan/midgard: Allow jumping out of a shader [all …]
|
D | 21.0.0.rst | 286 - pan/bi: Model writemasks correctly 292 - pan/mdg: Fix shader-db counter 293 - pan/bi: Implement sampler1D 294 - pan/bi: Fix varying writemask handling 295 - pan/bi: Fix off-by-one in RA 296 - pan/bi: Ensure TEXC src0 is not marked SSA 297 - pan/bi: Implement shader-db stats 306 - pan/bi: Allow toggling disassembly verbosity 307 - pan/bi: Space out disassembly 308 - pan/bi: Remove all-0's termination condition [all …]
|
D | 20.2.0.rst | 301 - pan/mdg: Track more types 302 - pan/mdg: Be a bit more pedantic in invert passes 304 - pan/bi: Add texture indices to IR 305 - pan/bi: Pipe multiple textures through 306 - pan/bi: Pack round opcodes (FMA, either 16 or 32) 307 - pan/bit: Add framework forinterpreting double vs float 308 - pan/bit: Interpret ROUND 309 - pan/bit: Add round tests 315 - pan/decode: Don't crash on missing payload 316 - pan/bi: Enable lower_mediump_outputs NIR pass [all …]
|
D | 22.1.0.rst | 225 - pan/mdg: Pull out skip_internal boolean 226 - pan/mdg: Print optimized and scheduled shader 227 - pan/mdg: Model zero/sign extension for 8/16-bit loads 228 - pan/mdg: Handle 8/16-bit UBO loads 229 - pan/mdg: Clarify some ISA unknowns 230 - pan/mdg: Delete stray comment 231 - pan/mdg: Delete dedicated fdot2 lowering 232 - pan/mdg: Assert that we don't see unknown jumps 233 - pan/mdg: Remove todo we'll probably never get to 235 - pan/va: Parse units from the XML [all …]
|
D | 19.3.0.rst | 199 - pan/decode: Eliminate DYN_MEMORY_PROP 200 - pan/decode: Don't print MALI_DRAW_NONE 203 - pan/decode: Don't print canonical workgroup encoding 205 - pan/decode: Silence workgroups_x_shift_2 206 - pan/decode: Fix missing NULL terminator 207 - pan/decode: Don't print zero exception_status 208 - pan/decode: Express tiler structures as offsets 209 - pan/decode: Allow updating mmaps 210 - pan/decode: Bounds check polygon list and tiler heap 212 - pan/decode: Verify and omit polygon size [all …]
|
D | 21.1.0.rst | 375 - pan/bi: Fix assertion 376 - pan/bi: Pipe scratch_size in from NIR 377 - pan/bi: Fix 64-bit SSBO addresses 378 - pan/bi: Fix RA of node 0 379 - pan/bi: Fix printing of node 0 382 - pan/bi: Add internal debug flag 383 - pan/bi: Validate format 12 tuple count in disasm 384 - pan/bi: Print FAU index in verbose mode 385 - pan/bi: Refactor PC-relative printing 386 - pan/bi: Lint for infinite loops [all …]
|
D | 20.0.0.rst | 217 - pan/midgard: Optimize comparisions with similar operations 218 - pan/midgard: Move midgard_is_branch_unit to helpers 219 - pan/midgard: Optimize branches with inverted arguments 220 - pan/midgard: Fix midgard_compile.h includes 245 - pan/midgard: Remove OP_IS_STORE_VARY 246 - pan/midgard: Add a dummy source for loads 247 - pan/midgard: Refactor swizzles 248 - pan/midgard: Eliminate blank_alu_src 249 - pan/midgard: Use fp32 blend shaders 250 - pan/midgard: Validate tags when branching [all …]
|
D | 20.3.0.rst | 382 - pan/decode: Remove shader replacement artefact 388 - pan/mdg: Separate disassembler and compiler targets 389 - pan/bi: Separate disasm/compiler targets 392 - pan/bi: Drop use of MALI_POSITIVE 415 - pan/decode: Add helper to dump GPU structures 458 - pan/bit: Use packs for Bifrost unit tests 474 - pan/mdg: Ensure barrier op is set on texture 475 - pan/mdg: Handle 32-bit offsets from store_shared 476 - pan/mdg: Identify barrier out-of-order field 477 - pan/mdg: Fix printing of r26 ld/st sources post-RA [all …]
|
D | 21.2.0.rst | 434 - pan/bi: Add missing sr_count to pseudo-atomics 435 - pan/bi: Don't reference uninit source in ATOM_C1 436 - pan/bi: Add simple constant folding pass 437 - pan/bi: Don't reference nir_lower_mediump_outputs 438 - pan/bi: Simplify Python expression 439 - pan/bi: Union modifiers from across variants 440 - pan/bi: Support 16-bit load_interpolated_input 441 - pan/bi: Emit int CSEL instead of float by default 442 - pan/bi: Implement vectorized f32_to_f16 443 - pan/bi: Fix 16-bit fsat [all …]
|
D | 22.0.4.rst | 84 - pan/mdg: Keep min_bound at 16 when alignment requires it 85 - pan/mdg: Use MAX2 to set min_alignment 86 - pan/mdg: Fix mask usage when filling before a spill 87 - pan/mdg: Return the instruction from mir_insert_instruction_*_scheduled 88 - pan/mdg: Fix multiple spilt writes in the same bundle
|
D | 21.1.4.rst | 90 - pan/mdg: Add a bundle ID to instructions 91 - pan/mdg: Reorder some code in mir_spill_register 92 - pan/mdg: Fill from TLS before spilling non-SSA nodes 93 - pan/mdg: Fix reading a spilt register in the bundle it's written 94 - pan/mdg: Add 16 bytes of padding to the end of shaders
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SampleSource.h | 41 SampleSource(SampleBuffer *sampleBuffer, float pan) in SampleSource() argument 43 setPan(pan); in SampleSource() 52 void setPan(float pan) { in setPan() argument 53 if (pan < PAN_HARDLEFT) { in setPan() 55 } else if (pan > PAN_HARDRIGHT) { in setPan() 58 mPan = pan; in setPan()
|
D | OneShotSampleSource.h | 30 OneShotSampleSource(SampleBuffer *sampleBuffer, float pan) : SampleSource(sampleBuffer, pan) {}; in OneShotSampleSource() argument
|
/third_party/ffmpeg/tests/fate/ |
D | filter-audio.mak | 131 FATE_AFILTER-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-pan-mon… 132 fate-filter-pan-mono1: tests/data/asynth-44100-2.wav 133 fate-filter-pan-mono1: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav 134 fate-filter-pan-mono1: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=mono|FC=FL" 136 FATE_AFILTER-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-pan-mon… 137 fate-filter-pan-mono2: tests/data/asynth-44100-2.wav 138 fate-filter-pan-mono2: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav 139 fate-filter-pan-mono2: CMD = framecrc -ss 3.14 -i $(SRC) -frames:a 20 -filter:a "pan=1C|c0=c0+c1" 141 FATE_AFILTER-$(call FILTERDEMDECENCMUX, PAN, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-pan-ste… 142 fate-filter-pan-stereo1: tests/data/asynth-44100-3.wav [all …]
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | drag_test.dart | 14 testGesture('Should recognize pan', (GestureTester tester) { 15 final PanGestureRecognizer pan = PanGestureRecognizer(); 19 pan.onStart = (_) { 24 pan.onUpdate = (DragUpdateDetails details) { 29 pan.onEnd = (DragEndDetails details) { 40 pan.addPointer(down); 78 pan.dispose(); 604 PanGestureRecognizer pan; 611 pan = PanGestureRecognizer() 630 pan.dispose(); [all …]
|
/third_party/ltp/ |
D | .gitignore | 44 /pan/ltp-bump 45 /pan/ltp-pan 46 /pan/ltp-scanner
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/ |
D | DrumPlayerJNI.cpp | 78 JNIEnv* env, jobject, jbyteArray bytearray, jint index, jfloat pan, jint channels) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() argument 94 OneShotSampleSource* source = new OneShotSampleSource(sampleBuffer, pan); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() 143 JNIEnv *env, jobject thiz, jint index, jfloat pan) { in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan() argument 144 sDTPlayer.setPan(index, pan); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_setPan()
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
D | DrumPlayer.kt | 86 fun loadWavAsset(assetMgr: AssetManager, assetName: String, index: Int, pan: Float) : Boolean { in loadWavAsset() 94 returnVal = loadWavAssetNative(dataBytes, index, pan, NUM_SAMPLE_CHANNELS) in loadWavAsset() 108 wavBytes: ByteArray, index: Int, pan: Float, channels: Int) : Boolean 113 external fun setPan(index: Int, pan: Float)
|
/third_party/ltp/pan/ |
D | Makefile | 40 MAKE_TARGETS := ltp-bump ltp-pan 50 ltp-pan: ltp-pan.o zoolib.o splitstr.o
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | gesture_detector.dart | 155 /// superset of pan. Simply use the scale callbacks instead. 158 /// because a combination of a horizontal and vertical drag is a pan. Simply 159 /// use the pan callbacks instead. 215 …'Having both a pan gesture recognizer and a scale gesture recognizer is redundant; scale is a supe… 218 final String recognizer = havePan ? 'pan' : 'scale'; 1144 final PanGestureRecognizer pan = recognizers[PanGestureRecognizer]; 1160 final GestureDragUpdateCallback panHandler = pan == null ? 1163 assert(pan is PanGestureRecognizer); 1164 if (pan.onDown != null) 1165 pan.onDown(DragDownDetails()); [all …]
|
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o … 246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp-aiostresspart2 -l ltpaiostress.logfile -o … 261 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodi… 271 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodi… 283 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart3 -n ltp-aiodiopart3 -l ltpaiodio3.logfile -o ltpaiodi… 301 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart4 -n ltp-aiodiopart4 -l ltpaiodio4.logfile -o ltpaiodi…
|
/third_party/ltp/testcases/kernel/mce-test/doc/ |
D | stress-howto.txt | 106 and continuously within a required duration time. We select ltp-pan 110 Test driver (hwpoison.sh) interacts with ltp-pan in following ways: 112 to be launched by ltp-pan. 114 parameters to ltp-pan via test config file. 115 - ltp-pan makes each workload run and get finished in time, then test driver 162 like pan_log, pan_output and etc. These logs are generated by ltp-pan 164 going on with ltp-pan while workload is running. Pls. refer to ltp-pan doc 210 3.4 ltp-pan 212 It's the workload controller of this stress test suite. In fact, ltp-pan 214 LTP package. For more information, please refer to ltp-pan document of LTP.
|