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

  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
ScriptGraph.java 472 AllocationInfo inputInfo = AllocationInfo.newInstance(mSize, mFormat, mUsage);
477 mInputBlocker = inputInfo.createBlockingInputAllocation();
481 inputAllocation = inputInfo.createAllocation();
496 Script<?> script = instantiateScript(scriptClass, inputInfo, parameters);
500 inputInfo = script.getOutputInfo();
523 inputInfo = inputScript.getInputInfo();
524 inputAllocation = inputInfo.createAllocation();
556 * <p>The {@link Script scriptClass} should have a {@code Script(AllocationInfo inputInfo)}
560 * {@code Script(AllocationInfo inputInfo, ParameterMap<T> parameterMap)} constructor.</p>
563 Class<T> scriptClass, AllocationInfo inputInfo, ParameterMap<T> parameterMap)
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 345 BufferInfo *inputInfo = mAvailableInputBuffers[0];
351 err = mFilter->processBuffers(inputInfo->mData, outputInfo->mData);
357 CHECK(inputInfo->mData->meta()->findInt64("timeUs", &timeUs));
361 if (inputInfo->mData->meta()->findInt32("eos", &eos) && eos != 0) {
370 inputInfo->mBufferID, inputInfo->mData->size(),
374 delete inputInfo;
376 postFillThisBuffer(inputInfo);
703 BufferInfo *inputInfo = new BufferInfo;
704 inputInfo->mData = new MediaCodecBuffer
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
HeicCompositeStream.cpp 660 CodecInputBufferInfo inputInfo =
662 inputFrame.codecInputBuffers.push_back(inputInfo);
    [all...]

Completed in 87 milliseconds