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

  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_useragentstylesheets.py 83 outputH = outputs[0]
90 command = ['perl', makeCssFileArrays, outputH, outputCpp]
rule_bison.py 95 outputH = os.path.join(outputDir, inputRoot + '.h')
97 outputHFile = open(outputH, 'w')
  /frameworks/base/tools/aidl/
options_test.cpp 15 const char* outputH;
113 // outputH
114 if (answer.outputH != options.outputH) {
115 cout << "mismatch: outputH: got " << options.outputH
116 << " expected " << answer.outputH << endl;
146 /* outputH */ "",
152 /* argv */ { "test", "inputFileName.aidl_cpp", "-oh", "outputH", NULL, NULL, NULL, NULL },
158 /* outputH */ "outputH"
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 110 static void NonLinearProcessing(aec_t *aec, short *output, short *outputH);
658 int16_t outputH[PART_LEN];
822 NonLinearProcessing(aec, output, outputH);
835 WebRtc_WriteBuffer(aec->outFrBufH, outputH, PART_LEN);
852 static void NonLinearProcessing(aec_t *aec, short *output, short *outputH)
    [all...]

Completed in 1349 milliseconds