Searched defs:start (Results 1 - 25 of 722) sorted by path

1234567891011>>

/frameworks/av/cmds/screenrecord/
H A DOverlay.cpp57 status_t Overlay::start(const sp<IGraphicBufferProducer>& outputSurface, function in class:Overlay
59 ALOGV("Overlay::start");
81 ALOGE("Failed to start overlay thread: err=%d", mThreadResult);
86 ALOGV("Overlay::start successful");
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp89 status_t SimplePlayer::start() { function in class:android::SimplePlayer
287 mCodecLooper->start();
343 status_t err = state->mCodec->start();
607 state->mAudioTrack->start();
H A DSineSource.cpp27 status_t SineSource::start(MetaData * /* params */) { function in class:android::SineSource
H A Djpeg.cpp25 static inline uint8_t from565to8(uint16_t p, int start, int bits) { argument
26 uint8_t c = (p >> start) & ((1 << bits) - 1);
H A Drecordvideo.cpp83 virtual status_t start(MetaData *params __unused) { function in class:DummySource
304 looper->start();
319 int64_t start = systemTime(); local
320 CHECK_EQ((status_t)OK, writer->start());
333 fprintf(stderr, "encoding %d frames in %" PRId64 " us\n", nFrames, (end-start)/1000);
334 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
H A Dstagefright.cpp147 CHECK_EQ((status_t)OK, source->start());
204 status_t err = rawSource->start();
216 player->start(true /* sourceAlreadyStarted */);
409 virtual status_t start(MetaData *params = NULL);
449 status_t DetectSyncSource::start(MetaData *params) { function in class:DetectSyncSource
452 return mSource->start(params);
540 CHECK_EQ(writer->start(params.get()), (status_t)OK);
549 CHECK_EQ((status_t)OK, source->start());
/frameworks/av/media/libaaudio/examples/utils/
H A DAAudioSimplePlayer.h154 // Start the stream. AAudio will start calling your callback function.
155 aaudio_result_t start() { function in class:AAudioSimplePlayer
H A DAAudioSimpleRecorder.h154 // Start the stream. AAudio will start calling your callback function.
155 aaudio_result_t start() { function in class:AAudioSimpleRecorder
/frameworks/av/media/libaaudio/src/client/
H A DIsochronousClockModel.cpp44 void IsochronousClockModel::start(int64_t nanoTime) { function in class:IsochronousClockModel
45 ALOGD("IsochronousClockModel::start(nanos = %lld)\n", (long long) nanoTime);
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp258 // thread begins in paused state, and will not reference us until start()
293 status_t AudioRecord::start(AudioSystem::sync_event_t event, audio_session_t triggerSession) function in class:android::AudioRecord
295 ALOGV("start, sync event %d trigger session %d", event, triggerSession);
325 status = mAudioRecord->start(event, triggerSession);
331 status = restoreRecord_l("start");
336 ALOGE("start() status %d", status);
363 // periodic update position; we update those on start().
485 // stop capture so that audio policy manager does not reject the new instance start request
811 // start of lock scope
1193 result = mAudioRecord->start(AudioSyste
[all...]
H A DAudioTrack.cpp518 // thread begins in paused state, and will not reference us until start()
565 status_t AudioTrack::start() function in class:android::AudioTrack
583 // save start timestamp
606 ALOGV("start: server read:%lld cumulative flushed:%lld client written:%lld",
620 // the counters are realistic (i.e. start from zero after this time).
632 status = mAudioTrack->start();
638 status = restoreTrack_l("start");
659 ALOGE("start() status %d", status);
1191 // of loop count. Historically we have not restored loop count, start, end,
1656 { // start o
[all...]
H A DIAudioRecord.cpp45 virtual status_t start(int /*AudioSystem::sync_event_t*/ event, audio_session_t triggerSession) function in class:android::BpAudioRecord
55 ALOGW("start() error: %s", strerror(-status));
81 reply->writeInt32(start(event, triggerSession));
H A DIAudioTrack.cpp69 virtual status_t start() function in class:android::BpAudioTrack
77 ALOGW("start() error: %s", strerror(-status));
211 reply->writeInt32(start());
H A DPlayerBase.cpp90 ALOGD("PlayerBase::start() from IPlayer");
93 ALOGD("PlayerBase::start() no AudioTrack to start from IPlayer");
100 void PlayerBase::start() { function in class:android::PlayerBase
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp141 status_t StreamHalHidl::start() { function in class:android::StreamHalHidl
143 return processReturn("start", mStream->start());
H A DStreamHalLocal.cpp226 status_t StreamOutHalLocal::start() { function in class:android::StreamOutHalLocal
227 if (mStream->start == NULL) return INVALID_OPERATION;
228 return mStream->start(mStream);
286 status_t StreamInHalLocal::start() { function in class:android::StreamInHalLocal
287 if (mStream->start == NULL) return INVALID_OPERATION;
288 return mStream->start(mStream);
/frameworks/av/media/libaudioprocessing/
H A DAudioResamplerFirGen.h467 int start = ((halfNumCoef)*L + 1); local
468 SineGen cc((start - L) * w, w, true); // cosine
469 SineGen cp(start * w, w, true); // cosine
510 * @param fstart is the normalized frequency start.
514 * @param steps is the number of steps to take (sampling) between frequency start and end
/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp163 double signalEnergy(T *start, T *end, unsigned stride) argument
167 for (T *p = start; p < end; p += stride) {
170 unsigned count = (end - start + stride - 1) / stride;
H A Dtest-resampler.cpp346 timespec start, end; local
347 clock_gettime(CLOCK_MONOTONIC, &start);
355 int64_t start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
366 clock_gettime(CLOCK_MONOTONIC, &start);
371 start_ns = start.tv_sec * 1000000000LL + start.tv_nsec;
407 timespec start, end; local
411 clock_gettime(CLOCK_MONOTONIC, &start);
417 int64_t start_ns = start
[all...]
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Dbasic-inl.h31 int start = start_index; local
33 while (end > start + 1) {
34 int i = (end + start) / 2;
38 start = i;
41 return start;
/frameworks/av/media/libmedia/
H A DCharacterEncodingDetector.cpp242 char *start = buffer; local
243 while (*start == ' ') {
244 start++;
246 mValues.setEntry(i, start);
451 int start = 0; local
453 int mid = (start+end)/2;
455 while(start <= end) {
459 start = mid + 1;
464 mid = (start + end) / 2;
H A DIMediaPlayer.cpp203 status_t start() function in class:android::BpMediaPlayer
651 reply->writeInt32(start());
H A DIMediaRecorder.cpp278 status_t start() function in class:android::BpMediaRecorder
280 ALOGV("start");
384 reply->writeInt32(start());
H A DIMediaSource.cpp75 virtual status_t start(MetaData *params) { function in class:android::BpMediaSource
76 ALOGV("start");
84 ALOGW("ignoring potentially modified MetaData from start");
284 ALOGV("start");
290 status_t ret = start(meta.get());
H A Dmediaplayer.cpp340 status_t MediaPlayer::start() function in class:android::MediaPlayer
342 ALOGV("start");
357 ret = mPlayer->start();
362 ALOGV("playback completed immediately following start()");
366 ALOGE("start called in state %d, mPlayer(%p)", mCurrentState, mPlayer.get());
863 // seekTo and start within the same process.

Completed in 6339 milliseconds

1234567891011>>