Searched defs:start (Results 226 - 250 of 627) sorted by relevance

1234567891011>>

/frameworks/av/cmds/stagefright/
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));
/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 Dmediarecorder.cpp479 status_t MediaRecorder::start() function in class:android::MediaRecorder
481 ALOGV("start");
487 ALOGE("start called in an invalid state: %d", mCurrentState);
491 status_t ret = mMediaRecorder->start();
493 ALOGE("start failed: %d", ret);
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp230 status_t MediaRecorderClient::start() function in class:android::MediaRecorderClient
232 ALOGV("start");
238 return mRecorder->start();
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp82 mLiveLooper->start();
100 void NuPlayer::HTTPLiveSource::start() { function in class:android::NuPlayer::HTTPLiveSource
H A DStreamingSource.cpp58 mLooper->start();
68 void NuPlayer::StreamingSource::start() { function in class:android::NuPlayer::StreamingSource
80 mStreamListener->start();
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp44 virtual status_t start(MetaData *params = NULL);
255 status_t AACSource::start(MetaData * /* params */) { function in class:android::AACSource
H A DAACWriter.cpp99 status_t AACWriter::start(MetaData * /* params */) { function in class:android::AACWriter
120 status_t err = mSource->start();
232 * 1 bit of copyright start. Set to 0.
262 // 4 bits from originality to copyright start
H A DAMRExtractor.cpp42 virtual status_t start(MetaData *params = NULL);
230 status_t AMRSource::start(MetaData * /* params */) { function in class:android::AMRSource
H A DAudioPlayer.cpp83 status_t AudioPlayer::start(bool sourceAlreadyStarted) { function in class:android::AudioPlayer
89 err = mSource->start();
211 err = mAudioSink->start();
212 // do not alter behavior for non offloaded tracks: ignore start status.
262 mAudioTrack->start();
299 err = mAudioSink->start();
301 err = mAudioTrack->start();
666 mAudioSink->start();
674 mAudioTrack->start();
H A DAudioSource.cpp120 status_t AudioSource::start(MetaData *params) { function in class:android::AudioSource
138 status_t err = mRecord->start();
306 // the start time logic is not affected.)
H A DDRMExtractor.cpp43 virtual status_t start(MetaData *params = NULL);
106 status_t DRMSource::start(MetaData *params) { function in class:android::DRMSource
115 return mOriginalMediaSource->start(params);
H A DJPEGSource.cpp72 status_t JPEGSource::start(MetaData *) { function in class:android::JPEGSource
H A DMidiExtractor.cpp43 virtual status_t start(MetaData *params);
90 status_t MidiSource::start(MetaData * /* params */) function in class:android::MidiSource
92 ALOGV("MidiSource::start");
H A DSimpleDecodingSource.cpp54 looper->start();
105 status_t SimpleDecodingSource::start(MetaData *params) { function in class:SimpleDecodingSource
111 status_t res = mCodec->start();
113 res = mSource->start();
H A DSurfaceMediaSource.cpp141 status_t SurfaceMediaSource::start(MetaData *params) function in class:android::SurfaceMediaSource
143 ALOGV("start");
312 // This frame predates start of record, discard
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp136 status_t AACEncoder::start(MetaData *params) { function in class:android::AACEncoder
138 ALOGW("Call start() when encoder already started");
154 status_t err = mSource->start(params);
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c108 clock_t start, finish; local
204 start = clock();
234 duration += finish - start;
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp96 status_t ALooper::start( function in class:android::ALooper
H A DAString.cpp156 void AString::erase(size_t start, size_t n) { argument
157 CHECK_LT(start, mSize);
158 CHECK_LE(start + n, mSize);
162 memmove(&mData[start], &mData[start + n], mSize - start - n);
262 ssize_t AString::find(const char *substring, size_t start) const {
263 CHECK_LE(start, size());
265 const char *match = strstr(mData + start, substring);
/frameworks/av/services/audioflinger/tests/
H A Dresampler_tests.cpp149 double signalEnergy(T *start, T *end, unsigned stride) argument
153 for (T *p = start; p < end; p += stride) {
156 unsigned count = (end - start + stride - 1) / stride;
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp31 "Usage: app_process [java-options] cmd-dir start-class-name [options]\n");
65 * The easiest fix is to call FindClass here, early on before we start
129 // the start of the argument block (argv[0]) with the new name of
130 // the process, so we'd mysteriously start getting truncated process
132 uintptr_t start = reinterpret_cast<uintptr_t>(argv[0]); local
135 return (end - start);
212 // --start-system-server : Start the system server.
251 } else if (strcmp(arg, "--start-system-server") == 0) {
280 args.add(String8("start-system-server"));
307 runtime.start("co
[all...]
/frameworks/base/core/java/android/animation/
H A DAnimator.java64 * Starts this animation. If the animation has a nonzero startDelay, the animation will start
76 public void start() { method in class:Animator
164 * after {@link #start()} is called.
172 * after {@link #start()} is called.
193 * Gets the total duration of the animation, accounting for animation sequences, start delay,
196 * @return Total time an animation takes to finish, starting from the time {@link #start()}
257 * animation, such as start, repeat, and end.
416 * and PropertyValuesHolder objects to get the start values for its properties.
428 * and PropertyValuesHolder objects to get the start values for its properties.
474 * <p>Notifies the start o
[all...]
H A DObjectAnimator.java48 * <p>Using Keyframes allows animations to follow more complex paths from the start
230 * value implies that that value is the one being animated to, in which case the start value
231 * will be derived from the property being animated and the target object when {@link #start()}
278 * value implies that that value is the one being animated to, in which case the start value
279 * will be derived from the property being animated and the target object when {@link #start()}
322 * At least two <code>int[]</code> values must be provided, a start and end. More than two
362 * <p>At least two values must be provided, a start and end. More than two
388 * value implies that that value is the one being animated to, in which case the start value
389 * will be derived from the property being animated and the target object when {@link #start()}
409 * value implies that that value is the one being animated to, in which case the start valu
841 public void start() { method in class:ObjectAnimator
[all...]
/frameworks/base/core/java/android/bluetooth/le/
H A DScanRecord.java290 private static byte[] extractBytes(byte[] scanRecord, int start, int length) { argument
292 System.arraycopy(scanRecord, start, bytes, 0, length);

Completed in 238 milliseconds

1234567891011>>