HomeSort by relevance Sort by last modified time
    Searched refs:inputData (Results 1 - 25 of 73) sorted by null

1 2 3

  /cts/suite/audio_quality/test_description/processing/
example.py 25 # inputData : list of inputs with different types like int64, double,
40 def example(inputData, inputTypes):
44 stereoInt = (inputData[0].astype(int) + inputData[1].astype(int))/2
46 #print len(inputData[0]), len(inputData[1]), len(stereoInt), len(stereo)
47 monoInt = (inputData[2].astype(int) + inputData[3].astype(int))/2
49 #print len(inputData[2]), len(inputData[3]), len(monoInt), len(mono
    [all...]
playback_sample.py 25 def playback_sample(inputData, inputTypes):
43 hostRecording = inputData[0]
44 signalFrequency = inputData[1]
45 threshold = inputData[2]
recording_thd.py 36 def recording_thd(inputData, inputTypes):
56 hostRecording = inputData[0]
57 deviceRecording = inputData[1]
58 signalFrequency = inputData[2]
59 thdPassPercentile = inputData[3]
playback_thd.py 29 def playback_thd(inputData, inputTypes):
47 hostRecording = inputData[0]
48 signalFrequency = inputData[1]
49 thdPassPercentile = inputData[2]
gen_random.py 62 def gen_random(inputData, inputTypes):
82 result = do_gen_random(inputData[0], inputData[1], inputData[2], inputData[3])
check_spectrum_playback.py 69 def check_spectrum_playback(inputData, inputTypes):
92 hostData = inputData[0]
93 samplingRate = inputData[1]
94 fLow = inputData[2]
95 fHigh = inputData[3]
96 margainLow = inputData[4]
97 margainHigh = inputData[5]
check_spectrum.py 81 def check_spectrum(inputData, inputTypes):
107 hostData = inputData[0]
110 dutData = inputData[1]
113 samplingRate = inputData[2]
114 fLow = inputData[3]
115 fHigh = inputData[4]
116 margainLow = inputData[5]
117 margainHigh = inputData[6]
  /external/chromium_org/third_party/opus/src/silk/float/
autocorrelation_FLP.c 38 const silk_float *inputData, /* I input data to correlate */
50 results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i );
  /external/libopus/silk/float/
autocorrelation_FLP.c 38 const silk_float *inputData, /* I input data to correlate */
50 results[ i ] = (silk_float)silk_inner_product_FLP( inputData, inputData + i, inputDataSize - i );
  /external/chromium_org/third_party/opus/src/silk/fixed/
autocorr_FIX.c 39 const opus_int16 *inputData, /* I Input data to correlate */
47 *scale = _celt_autocorr(inputData, results, NULL, 0, corrCount-1, inputDataSize, arch);
  /external/libopus/silk/fixed/
autocorr_FIX.c 39 const opus_int16 *inputData, /* I Input data to correlate */
47 *scale = _celt_autocorr(inputData, results, NULL, 0, corrCount-1, inputDataSize, arch);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketDeflaterTest.cpp 43 const char* inputData = "Hello";
44 const size_t inputLength = strlen(inputData);
46 ASSERT_TRUE(deflater->addBytes(inputData, inputLength));
54 EXPECT_EQ(0, memcmp(inputData, inflater->data(), inflater->size()));
59 ASSERT_TRUE(deflater->addBytes(inputData, inputLength));
67 EXPECT_EQ(0, memcmp(inputData, inflater->data(), inflater->size()));
76 Vector<char> inputData(32);
77 inputData.fill('a');
79 for (size_t i = 0; i < inputData.size(); ++i)
80 ASSERT_TRUE(deflater->addBytes(inputData.data() + i, 1))
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
VertexAttributeTest.cpp 26 const void *inputData;
41 glVertexAttribPointer(mTestAttrib, i + 1, test.type, test.normalized, 0, test.inputData);
123 GLubyte inputData[mVertexCount] = { 0, 1, 2, 3, 4, 5, 6, 7, 125, 126, 127, 128, 129, 250, 251, 252, 253, 254, 255 };
127 expectedData[i] = inputData[i];
130 TestData data = { GL_UNSIGNED_BYTE, GL_FALSE, inputData, expectedData };
136 GLubyte inputData[mVertexCount] = { 0, 1, 2, 3, 4, 5, 6, 7, 125, 126, 127, 128, 129, 250, 251, 252, 253, 254, 255 };
140 expectedData[i] = inputData[i] / 255.0f;
143 TestData data = { GL_UNSIGNED_BYTE, GL_TRUE, inputData, expectedData };
149 GLbyte inputData[mVertexCount] = { 0, 1, 2, 3, 4, -1, -2, -3, -4, 125, 126, 127, -128, -127, -126 };
153 expectedData[i] = inputData[i]
    [all...]
  /external/chromium_org/third_party/angle/src/common/
mathutil.cpp 59 const RGB9E5Data *inputData = reinterpret_cast<const RGB9E5Data*>(&input);
61 *red = inputData->R * pow(2.0f, (int)inputData->E - g_sharedexp_bias - g_sharedexp_mantissabits);
62 *green = inputData->G * pow(2.0f, (int)inputData->E - g_sharedexp_bias - g_sharedexp_mantissabits);
63 *blue = inputData->B * pow(2.0f, (int)inputData->E - g_sharedexp_bias - g_sharedexp_mantissabits);
  /cts/suite/audio_quality/test_description/
processing_main.py 39 def echo(inputData, inputTypes):
41 print "echo received ", inputData
43 output.append(inputData)
47 def intsum(inputData, inputTypes):
50 sum = inputData[0] + inputData[1]
83 inputData = []
90 inputData.append(data)
98 inputData.append(i64)
102 inputData.append(val
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 297 VO_CODECBUFFER inputData;
298 memset(&inputData, 0, sizeof(inputData));
299 inputData.Buffer = (unsigned char*) mInputFrame;
300 inputData.Length = nSamples * sizeof(int16_t);
301 CHECK(VO_ERR_NONE == mApiHandle->SetInputData(mEncoderHandle,&inputData));
SoftAACEncoder.cpp 496 VO_CODECBUFFER inputData;
497 memset(&inputData, 0, sizeof(inputData));
498 inputData.Buffer = (unsigned char *)mInputFrame;
499 inputData.Length = numBytesPerInputFrame;
501 mApiHandle->SetInputData(mEncoderHandle, &inputData));
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 384 private VideoChunks editVideoFile(VideoChunks inputData)
394 MediaFormat inputFormat = inputData.getMediaFormat();
423 editVideoData(inputData, decoder, outputSurface, inputSurface, encoder, outputData);
448 private void editVideoData(VideoChunks inputData, MediaCodec decoder,
468 if (inputChunk == inputData.getNumChunks()) {
479 inputData.getChunkData(inputChunk, inputBuf);
480 int flags = inputData.getChunkFlags(inputChunk);
481 long time = inputData.getChunkTime(inputChunk);
605 private void checkVideoFile(VideoChunks inputData)
617 MediaFormat format = inputData.getMediaFormat()
    [all...]
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.h 120 inputData:(const std::string&)input_data;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c 588 EXYNOS_OMX_DATA *inputData = &exynosInputPort->processData;
602 if (inputData->dataLen == 0) {
616 if (((inputData->allocSize) - (inputData->dataLen)) >= copySize) {
618 Exynos_OSAL_Memcpy(inputData->buffer.singlePlaneBuffer.dataBuffer + inputData->dataLen, checkInputStream, copySize);
624 inputData->dataLen += copySize;
625 inputData->remainDataLen += copySize;
628 inputData->timeStamp = inputUseBuffer->timeStamp;
629 inputData->nFlags = inputUseBuffer->nFlags
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/passthru/src/
DrmPassthruPlugIn.cpp 218 int uniqueId, int convertId, const DrmBuffer* inputData) {
222 if (NULL != inputData && 0 < inputData->length) {
223 int length = inputData->length;
227 memcpy(convertedData->data, inputData->data, length);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 405 VO_CODECBUFFER inputData;
406 memset(&inputData, 0, sizeof(inputData));
407 inputData.Buffer = (unsigned char *) mInputFrame;
408 inputData.Length = mInputSize;
411 mApiHandle->SetInputData(mEncoderHandle, &inputData));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 661 const uint8_t *inputData = NULL;
670 inputData =
675 if (inputData == NULL) {
682 inputData = (const uint8_t *)inHeader->pBuffer + inHeader->nOffset;
685 inputData, mInputFrameData, mVideoWidth, mVideoHeight);
686 inputData = mInputFrameData;
690 CHECK(inputData != NULL);
698 vin.yChan = (uint8_t *)inputData;
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-file-2.6.jar 
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEvent.cpp 44 int inputData[5];

Completed in 681 milliseconds

1 2 3