Searched refs:mInput (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java49 private final Surface mInput; field in class:CameraCaptureSessionImpl
104 mInput = input;
303 return mInput != null;
308 return mInput;
/frameworks/av/include/media/stagefright/
H A DMediaSync.h142 // IConsumerListener::onFrameAvailable from mInput.
196 sp<IGraphicBufferConsumer> mInput; member in class:android::MediaSync
211 // Keep track of buffers received from |mInput|. This is needed because
214 // and that could cause problem if the producer of |mInput| only
/frameworks/av/services/audioflinger/
H A DThreads.cpp5464 mInput(input), mActiveTracksGen(0), mRsmpInBuffer(NULL),
5841 ssize_t bytesRead = mInput->stream->read(mInput->stream,
6039 mInput->stream->common.standby(&mInput->stream->common);
6845 status = mInput->stream->common.set_parameters(&mInput->stream->common,
6849 status = mInput->stream->common.set_parameters(&mInput->stream->common,
6854 audio_is_linear_pcm(mInput
[all...]
H A DThreads.h1223 virtual status_t initCheck() const { return (mInput == NULL) ? NO_INIT : NO_ERROR; }
1295 AudioStreamIn *mInput; variable
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java324 mInput = (BluetoothInputDevice) proxy;
344 mInput = null;
363 private BluetoothInputDevice mInput = null; field in class:BluetoothTestUtils
1465 if (mInput != null) {
1466 return mInput;
1491 while (mInput == null && System.currentTimeMillis() - s < CONNECT_PROXY_TIMEOUT) {
1494 return mInput;
/frameworks/av/include/media/
H A DAudioRecord.h590 audio_io_handle_t mInput; // returned by AudioSystem::getInput() member in class:android::AudioRecord
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicColorMatrix.java33 private Allocation mInput; field in class:ScriptIntrinsicColorMatrix
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp582 if (aout == mInput) {
586 if (!(mInput->getType()->getElement()->isCompatible(aout->getType()->getElement()))) {
605 mInput = ain;
H A DrsCppStructs.h1910 sp<Allocation> mInput; member in class:android::RSC::ScriptIntrinsicResize
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp550 Input* mInput; member in class:InputStripSource
563 uint32_t bytesPerSample, uint32_t samplesPerPixel) : mIfd(ifd), mInput(&input),
583 ssize_t skipped = mInput->skip(offset);
615 ssize_t bytesRead = mInput->read(rowBytes, rowFillAmt, rowSize);

Completed in 356 milliseconds

12