Searched defs:read (Results 1 - 25 of 122) sorted by path

12345

/frameworks/av/cmds/stagefright/
H A DSineSource.cpp60 status_t SineSource::read( function in class:android::SineSource
H A Drecordvideo.cpp84 virtual status_t read( function in class:DummySource
101 // read() much faster.
H A Dstagefright.cpp140 err = source->read(&mbuf);
230 err = rawSource->read(&buffer, &options);
317 status_t err = rawSource->read(&buffer, &options);
405 virtual status_t read(
471 status_t DetectSyncSource::read( function in class:DetectSyncSource
474 status_t err = mSource->read(buffer, options);
550 err = source->read(&buffer, &options);
/frameworks/av/libvideoeditor/lvpp/
H A DDummyAudioSource.cpp118 status_t DummyAudioSource::read( function in class:android::DummyAudioSource
121 ALOGV("read: E");
134 ALOGI("read: EOS reached %lld > %lld",
154 ALOGV("read: offset = %d, size = %d, mTimeStampUs = %lld",
H A DDummyVideoSource.cpp118 status_t DummyVideoSource::read( function in class:android::DummyVideoSource
122 ALOGV("read: E");
136 ALOGV("read: EOS reached");
149 ALOGV("read: jpg 1st frame timeUs = %lld, begin cut time = %ld",
160 ALOGV("read: jpg frame timeUs = %lld", mFrameTimeUs);
H A DVideoEditorSRC.cpp112 status_t VideoEditorSRC::read( function in class:android::VideoEditorSRC
114 ALOGV("read %p(%p)", this, mSource.get());
126 ALOGV("read Seek %lld", seekTimeUs);
154 return read(buffer_out, NULL);
179 status_t err = mSource->read(&aBuffer, options);
181 ALOGV("read returns err = %d", err);
186 return read(buffer_out, NULL);
208 // If we don't have any data left, read a new buffer.
221 status_t err = mSource->read(&mBuffer, &options);
230 ALOGV("getNextBuffer: source read returne
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp60 virtual status_t read(MediaBuffer **buffer,
207 status_t VideoEditorAudioDecoderSource::read(MediaBuffer **buffer, function in class:android::VideoEditorAudioDecoderSource
216 ALOGV("VideoEditorAudioDecoderSource::read invalid state %d", mState);
734 result = pDecoderContext->mDecoder->read(&outputBuffer, NULL);
H A DVideoEditorAudioEncoder.cpp50 virtual status_t read(MediaBuffer **buffer,
163 status_t VideoEditorAudioEncoderSource::read(MediaBuffer **buffer, function in class:android::VideoEditorAudioEncoderSource
169 ALOGV("VideoEditorAudioEncoderSource::read");
172 ALOGV("VideoEditorAudioEncoderSource::read ERROR : invalid state %d",
179 ALOGV("VideoEditorAudioEncoderSource::read : EOS");
192 ALOGV("VideoEditorAudioEncoderSource::read END (0x%x)", err);
468 result = pEncoderContext->mEncoder->read(&buffer, NULL);
626 result = pEncoderContext->mEncoder->read(&buffer, NULL);
H A DVideoEditorVideoDecoder.cpp59 virtual status_t read(
147 status_t VideoEditorVideoDecoderSource::read(MediaBuffer** buffer_out, function in class:VideoEditorVideoDecoderSource
156 ALOGE("Unexpected read options");
1345 // Do not call read(), it could lead to a freeze
1376 errStatus = pDecShellContext->mVideoDecoder->read(&pNextBuffer, &options);
1379 errStatus = pDecShellContext->mVideoDecoder->read(&pNextBuffer);
H A DVideoEditorVideoEncoder.cpp71 virtual status_t read(MediaBuffer **buffer,
183 status_t VideoEditorVideoEncoderSource::read(MediaBuffer **buffer, function in class:android::VideoEditorVideoEncoderSource
190 ALOGV("VideoEditorVideoEncoderSource::read() begin");
193 ALOGV("VideoEditorVideoEncoderSource::read: invalid state %d", mState);
204 ALOGV("VideoEditorVideoEncoderSource::read : EOS");
219 ALOGV("VideoEditorVideoEncoderSource::read() END (0x%x)", err);
357 // Call read once to get the DSI
360 result = encoder->read(&outputBuffer, NULL);
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp540 // read the server count again
603 ssize_t AudioRecord::read(void* buffer, size_t userSize) function in class:android::AudioRecord
605 ssize_t read = 0; local
611 ALOGE("AudioRecord::read(buffer=%p, size=%u (%d)",
628 // obtainBuffer() we give a chance to recover once for a read timeout
630 // 0 bytes read to the client
646 read += bytesRead;
651 return read;
H A DSoundPoolThread.cpp38 const SoundPoolMsg SoundPoolThread::read() { function in class:android::SoundPoolThread
84 SoundPoolMsg msg = read();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerStreamListener.cpp95 ssize_t NuPlayer::NuPlayerStreamListener::read( function in class:android::NuPlayer::NuPlayerStreamListener
/frameworks/av/media/libnbaio/
H A DAudioBufferProviderSource.cpp49 ssize_t AudioBufferProviderSource::read(void *buffer, function in class:android::AudioBufferProviderSource
H A DAudioStreamInSource.cpp68 ssize_t AudioStreamInSource::read(void *buffer, size_t count) function in class:android::AudioStreamInSource
73 ssize_t bytesRead = mStream->read(mStream, buffer, count << mBitShift);
H A DLibsndfileSource.cpp46 ssize_t LibsndfileSource::read(void *buffer, size_t count) function in class:android::LibsndfileSource
55 // Detect EOF by zero frames read, not by mFramesUntilEOF as it could be inaccurate
62 // We didn't read any frames during the current loop cycle, so disable
63 // further looping to prevent the caller from busy waiting at read().
H A DMonoPipeReader.cpp46 ssize_t MonoPipeReader::read(void *buffer, size_t count, int64_t readPTS) function in class:android::MonoPipeReader
48 // Compute the "next read PTS" and cache it. Callers of read pass a read
62 // Uh-oh, looks like we are underflowing. Update the next read PTS and
H A DPipeReader.cpp49 // read() is not multi-thread safe w.r.t. itself, so no mutex or atomic op needed to read mFront
62 ssize_t PipeReader::read(void *buffer, size_t count, int64_t readPTS) function in class:android::PipeReader
69 // but it will be caught at next read()
80 // We could re-read the rear pointer here to detect the corruption, but why bother?
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp49 virtual status_t read(
91 // or 0 if the size can't be read due to an error in the header or a read failure.
286 status_t AACSource::read( function in class:android::AACSource
H A DAMRExtractor.cpp47 virtual status_t read(
250 status_t AMRSource::read( function in class:android::AMRSource
H A DAVIExtractor.cpp46 virtual status_t read(
71 status_t read(MediaBuffer **buffer);
139 status_t AVIExtractor::AVISource::read( function in class:android::AVIExtractor::AVISource
163 status_t err = mSplitter->read(buffer);
322 status_t AVIExtractor::MP3Splitter::read(MediaBuffer **out) { function in class:android::AVIExtractor::MP3Splitter
H A DAudioSource.cpp215 status_t AudioSource::read( function in class:android::AudioSource
H A DCameraSource.cpp755 status_t CameraSource::read( function in class:android::CameraSource
757 ALOGV("read");
H A DCameraSourceTimeLapse.cpp104 // not skip the next frame as we want read() to get a get a frame
191 status_t CameraSourceTimeLapse::read( function in class:android::CameraSourceTimeLapse
193 ALOGV("read");
195 mLastReadStatus = CameraSource::read(buffer, options);
197 // mQuickStop may have turned to true while read was blocked.
251 ALOGV("dataCallbackTimestamp timelapse: forced read");
H A DDRMExtractor.cpp46 virtual status_t read(
126 status_t DRMSource::read(MediaBuffer **buffer, const ReadOptions *options) { function in class:android::DRMSource
129 if ((err = mOriginalMediaSource->read(buffer, options)) != OK) {

Completed in 1717 milliseconds

12345