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

  /hardware/intel/img/psb_video/src/android/
psb_android_glue.cpp 58 psb_android_output_p aoutput = (psb_android_output_p)output; local
59 if (aoutput == NULL) {
63 if (aoutput->mds == NULL)
64 aoutput->mds = new psbMultiDisplayListener();
68 psb_android_output_p aoutput = (psb_android_output_p)output; local
69 if (aoutput == NULL) {
73 if (aoutput->mds != NULL) {
74 delete (psbMultiDisplayListener*)(aoutput->mds);
75 aoutput->mds = NULL;
82 psb_android_output_p aoutput = (psb_android_output_p)output
129 psb_android_output_p aoutput = (psb_android_output_p)output; local
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
void_ptr.rs 5 rs_allocation aOutput;
38 rsSetElementAt_int(aOutput, *in_int, x, y);
48 rsSetElementAt_uchar(aOutput, *in_uchar, x, y);
VoidPtr.java 25 Allocation AOutput;
49 if (AOutput != null) {
50 AOutput.destroy();
69 AOutput = Allocation.createTyped(mRS, t);
71 gs.forEach_set_output_void_int(AOutput);
72 gs.forEach_check_output_int(AOutput);
97 AOutput = Allocation.createTyped(mRS, t);
99 gs.forEach_set_output_void_char(AOutput);
100 gs.forEach_check_output_char(AOutput);
126 AOutput = Allocation.createTyped(mRS, t)
    [all...]
  /external/dng_sdk/source/
dng_string.cpp 164 ByteCount aOutput = 0;
177 &aOutput,
182 if (aOutput > 0 && aOutput <= aBufSize)
187 aBufChar [aOutput] = 0;
214 // return (uint32) aOutput;" may be problematic.
241 ByteCount aOutput = 0;
255 &aOutput,
260 if (aOutput > 0)
263 buffer.Allocate ((uint32) (aOutput + 1))
    [all...]

Completed in 365 milliseconds