HomeSort by relevance Sort by last modified time
    Searched refs:dsp (Results 26 - 50 of 101) sorted by null

12 3 4 5

  /external/scapy/scapy/modules/
voip.py 24 sox_base = "sox -t .ul %s - -t ossdsp /dev/dsp"
77 dsp, rd = os.popen2(sox_base % "")
85 dsp.write(pkt.getlayer(conf.raw_layer).load[12:])
93 dsp.close()
112 dsp,rd = os.popen2(sox_base % "-c 2")
129 dsp.write(r)
141 dsp,rd = os.popen2(sox_base % "")
142 def play(pkt, dsp=dsp):
144 dsp.write(pkt.getlayer(RTP).load
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngPlaneManager.cpp 80 bool TngPlaneManager::isValidZOrder(int dsp, ZOrderConfig& config)
121 bool TngPlaneManager::assignPlanes(int dsp, ZOrderConfig& config)
127 if (!getFreePlanes(dsp, layer->planeType)) {
128 DTRACE("no plane available for dsp %d, type %d", dsp, layer->planeType);
140 layer->plane = getPlaneHelper(dsp, layer->planeType);
165 DisplayPlane* TngPlaneManager::getPlaneHelper(int dsp, int type)
169 if (dsp < 0 || dsp > IDisplayDevice::DEVICE_EXTERNAL) {
170 ETRACE("Invalid display device %d", dsp);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlaneManager.h 66 virtual bool isValidZOrder(int dsp, ZOrderConfig& config) = 0;
67 virtual bool assignPlanes(int dsp, ZOrderConfig& config) = 0;
70 virtual int getFreePlanes(int dsp, int type);
71 virtual void reclaimPlane(int dsp, DisplayPlane& plane);
84 void putPlane(int dsp, DisplayPlane& plane);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnPlaneManager.cpp 169 bool AnnPlaneManager::isValidZOrder(int dsp, ZOrderConfig& config)
178 if (dsp == IDisplayDevice::DEVICE_PRIMARY) {
206 } else if (dsp == IDisplayDevice::DEVICE_EXTERNAL) {
219 ELOGTRACE("invalid display device %d", dsp);
225 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config)
227 if (dsp < 0 || dsp > IDisplayDevice::DEVICE_EXTERNAL) {
228 ELOGTRACE("invalid display device %d", dsp);
243 if (dsp == IDisplayDevice::DEVICE_PRIMARY)
250 if (dsp == IDisplayDevice::DEVICE_PRIMARY
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnPlaneManager.cpp 194 bool AnnPlaneManager::isValidZOrder(int dsp, ZOrderConfig& config)
213 if (dsp == IDisplayDevice::DEVICE_PRIMARY) {
241 } else if (dsp == IDisplayDevice::DEVICE_EXTERNAL) {
254 ETRACE("invalid display device %d", dsp);
260 bool AnnPlaneManager::assignPlanes(int dsp, ZOrderConfig& config)
262 if (dsp < 0 || dsp > IDisplayDevice::DEVICE_EXTERNAL) {
263 ETRACE("invalid display device %d", dsp);
279 if (dsp == IDisplayDevice::DEVICE_PRIMARY) {
293 if (assignPlanes(dsp, config, zorderDesc->zorder))
    [all...]
  /frameworks/av/media/libeffects/loudness/
Android.mk 9 dsp/core/dynamic_range_compression.cpp
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-dsp.s 1 ! Check that we get errors when assembling DSP instructions.
8 ! two have operands only recognized with -dsp; the other has an opcode not
9 ! recognized without -dsp.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
ase-errors-2.s 3 .set dsp # OK
12 lbux $4,$5($6) # ERROR: dsp not enabled
13 ldx $4,$5($6) # ERROR: dsp not enabled
26 lbux $4,$5($6) # ERROR: dsp not enabled
27 ldx $4,$5($6) # ERROR: dsp not enabled
92 .set dsp
ase-errors-1.s 4 .set dsp # OK
14 lbux $4,$5($6) # ERROR: dsp not enabled
15 ldx $4,$5($6) # ERROR: dsp not enabled
30 lbux $4,$5($6) # ERROR: dsp not enabled
31 ldx $4,$5($6) # ERROR: dsp not enabled
108 .set dsp
ase-errors-1.l 4 .*:9: Warning: the `dsp' extension requires MIPS32 revision 2 or greater
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild
build_ogg_dynamic_debug.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Debug" /rebuild
build_ogg_static.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Release" /rebuild
build_ogg_static_debug.bat 14 msdev ogg_static.dsp /useenv /make "ogg_static - Win32 Debug" /rebuild
  /external/llvm/test/MC/Mips/micromips-dsp/
invalid-wrong-error.s 2 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dsp 2>%t1
  /external/valgrind/tests/
mips_features.c 22 /* Simple detection of MIPS DSP ASE at runtime for Linux.
60 else if (strcmp(feature, "mips32-dsp") == 0) {
61 const char *dsp = "dsp"; local
62 cpuinfo = mipsCPUInfo(dsp);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv8m-main-dsp-3.d 1 #name: ARMv8-M Mainline with DSP instructions (Security Extensions 2)
3 #as: -march=armv8-m.main+dsp
archv8m-main-dsp-2.d 1 #name: ARMv8-M Mainline with DSP instructions (Security Extensions 1)
3 #as: -march=armv8-m.main+dsp
archv8m-main-dsp-4.d 1 #name: ARMv8-M Mainline with DSP instructions (Security Extensions 3)
3 #as: -march=armv8-m.main+dsp
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 194 void DisplayPlaneManager::putPlane(int dsp, DisplayPlane& plane)
226 int DisplayPlaneManager::getFreePlanes(int dsp, int type)
230 if (dsp < 0 || dsp > IDisplayDevice::DEVICE_EXTERNAL) {
231 ETRACE("Invalid display device %d", dsp);
244 return ((freePlanes & (1 << dsp)) == 0) ? 0 : 1;
257 void DisplayPlaneManager::reclaimPlane(int dsp, DisplayPlane& plane)
  /frameworks/av/media/libeffects/dynamicsproc/
Android.mk 27 dsp/DPBase.cpp \
28 dsp/DPFrequency.cpp
  /external/llvm/test/MC/Mips/
set-push-pop-directives.s 56 .set dsp
61 .set dsp
67 .set dsp
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 194 void DisplayPlaneManager::putPlane(int /* dsp */, DisplayPlane& plane)
226 int DisplayPlaneManager::getFreePlanes(int dsp, int type)
230 if (dsp < 0 || dsp > IDisplayDevice::DEVICE_EXTERNAL) {
231 ELOGTRACE("Invalid display device %d", dsp);
244 return ((freePlanes & (1 << dsp)) == 0) ? 0 : 1;
257 void DisplayPlaneManager::reclaimPlane(int /* dsp */, DisplayPlane& plane)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
dsp.s 1 # Test file for SH/GAS -- dsp instructions
sh4a-dsp.d 1 #as: -dsp
3 #name: SH4al-dsp constructs shared with sh4a (and sh4)

Completed in 438 milliseconds

12 3 4 5