HomeSort by relevance Sort by last modified time
    Searched defs:aout (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 99 Allocation aout = makeOutput(); local
117 syuv.forEach(aout);
123 mVerify.invoke_verify(aref, aout, ay);
143 Allocation aout = makeOutput(); local
167 syuv.forEach(aout);
168 mVerify.invoke_verify(aref, aout, ay);
171 script.forEach_cvt(aout);
172 mVerify.invoke_verify(aref, aout, ay);
178 aout.destroy();
194 Allocation aout = makeOutput() local
246 Allocation aout = makeOutput_f4(); local
293 Allocation aout = makeOutput_f4(); local
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 85 Allocation aout = makeOutput(); local
103 syuv.forEach(aout);
109 mVerify.invoke_verify(aref, aout, ay);
118 Allocation aout = makeOutput(); local
141 syuv.forEach(aout);
148 mVerify.invoke_verify(aref, aout, ay);
157 Allocation aout = makeOutput(); local
178 syuv.forEach(aout);
185 mVerify.invoke_verify(aref, aout, ay);
  /external/u-boot/arch/arm/cpu/arm926ejs/mx27/
generic.c 211 unsigned int aout = (gpio_mode & GPIO_AOUT_MASK) >> GPIO_AOUT_SHIFT; local
260 writel(readl(&regs->port[port].iconfa1) | aout << (pin * 2),
276 writel(readl(&regs->port[port].iconfa2) | aout << (pin * 2),
  /external/adhd/cras/src/server/
cras_alsa_io.c 685 struct alsa_output_node *aout; local
690 aout = get_active_output(aio);
694 aout ? aout->mixer_output : NULL);
707 struct alsa_output_node *aout; local
721 aout = get_active_output(aio);
722 if (aout)
723 volume = cras_iodev_adjust_node_volume(&aout->base, volume);
733 aout ? aout->mixer_output : NULL)
842 struct alsa_output_node *aout; local
1344 struct alsa_output_node *aout = NULL; local
1680 struct alsa_output_node *aout; local
    [all...]

Completed in 549 milliseconds