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

1 2

  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 295 VO_CODECBUFFER inputData;
296 memset(&inputData, 0, sizeof(inputData));
297 inputData.Buffer = (unsigned char*) mInputFrame;
298 inputData.Length = nSamples * sizeof(int16_t);
299 CHECK(VO_ERR_NONE == mApiHandle->SetInputData(mEncoderHandle,&inputData));
SoftAACEncoder.cpp 524 VO_CODECBUFFER inputData;
525 memset(&inputData, 0, sizeof(inputData));
526 inputData.Buffer = (unsigned char *)mInputFrame;
527 inputData.Length = numBytesPerInputFrame;
529 mApiHandle->SetInputData(mEncoderHandle, &inputData));
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 433 VO_CODECBUFFER inputData;
434 memset(&inputData, 0, sizeof(inputData));
435 inputData.Buffer = (unsigned char *) mInputFrame;
436 inputData.Length = mInputSize;
439 mApiHandle->SetInputData(mEncoderHandle, &inputData));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 447 const uint8_t *inputData = NULL;
449 inputData =
454 if (inputData == NULL) {
461 inputData = (const uint8_t *)inHeader->pBuffer + inHeader->nOffset;
464 inputData, mInputFrameData, mWidth, mHeight);
465 inputData = mInputFrameData;
469 CHECK(inputData != NULL);
477 vin.yChan = (uint8_t *)inputData;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
PreferencesTest.java 431 InputStream inputData = PreferencesTest.class
441 while ((length = inputData.read(buffer)) > 0) {
446 inputData.close();
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 42 TreeMap inputData = null;
45 inputData = ReadInput.getInputData();
54 Set keyMap = inputData.keySet();
57 HashMap tempHash = (HashMap) inputData.get(element);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 38 TreeMap inputData = null;
41 inputData = ReadInput.getInputData();
50 Set keyMap = inputData.keySet();
53 HashMap tempHash = (HashMap) inputData.get(element);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 586 const uint8_t *inputData = NULL;
588 inputData =
593 if (inputData == NULL) {
601 inputData = (const uint8_t *)inHeader->pBuffer + inHeader->nOffset;
604 inputData, mInputFrameData, mWidth, mHeight);
605 inputData = mInputFrameData;
609 CHECK(inputData != NULL);
610 videoInput.YCbCr[0] = (uint8_t *)inputData;
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 487 std::vector<ResourcePathData> inputData;
496 if (!loadInputFilesFromDir(&context, options, &inputData)) {
503 inputData.reserve(flags.getArgs().size());
509 inputData.push_back(std::move(pathData.value()));
524 for (ResourcePathData& pathData : inputData) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-file-2.6.jar 
wagon-provider-api-2.6.jar 
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-6/
wagon-file-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/
wagon-http-lightweight-1.0-beta-6.jar 
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadProviderTest.java 335 String[] inputData = {"","",""};
399 for (int index = 0; index < inputData.length; index++) {
401 inputData[index] = bIn.readLine();
411 assertEquals(TEST_NOTES[0].title, inputData[0]);
415 assertEquals(TEST_NOTES[0].note, inputData[2]);
    [all...]
  /frameworks/av/drm/common/
IDrmManagerService.cpp 504 int uniqueId, int convertId, const DrmBuffer* inputData) {
511 data.writeInt32(inputData->length);
512 data.write(inputData->data, inputData->length);
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 408 SizeVector inputData;
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 385 private VideoChunks editVideoFile(VideoChunks inputData)
395 MediaFormat inputFormat = inputData.getMediaFormat();
424 editVideoData(inputData, decoder, outputSurface, inputSurface, encoder, outputData);
449 private void editVideoData(VideoChunks inputData, MediaCodec decoder,
469 if (inputChunk == inputData.getNumChunks()) {
480 inputData.getChunkData(inputChunk, inputBuf);
481 int flags = inputData.getChunkFlags(inputChunk);
482 long time = inputData.getChunkTime(inputChunk);
606 private void checkVideoFile(VideoChunks inputData)
618 MediaFormat format = inputData.getMediaFormat()
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 851 const void* inputData = &inputs[curInNdx][0];
861 renderIntReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const int*)inputData);
863 renderFloatReference(viewportBuf, gridWidth, gridHeight, scalarSize, (const float*)inputData);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/
wagon-http-shared-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/
wagon-provider-api-1.0-alpha-6.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/
wagon-provider-api-1.0-beta-6.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 771 milliseconds

1 2