Searched refs:start (Results 276 - 300 of 1131) sorted by relevance

<<11121314151617181920>>

/frameworks/av/include/media/stagefright/
H A DAACWriter.h36 virtual status_t start(MetaData *params = NULL);
H A DMediaMuxer.h38 // Constructor -> addTrack+ -> start -> writeSampleData+ -> stop
62 * called before start().
72 status_t start();
H A DMediaSource.h37 virtual status_t start(MetaData *params = NULL) = 0;
40 // It is an error to call any methods other than start after this call
110 // This will be called after a successful start() and before the
H A DMediaWriter.h37 virtual status_t start(MetaData *params = NULL) = 0;
/frameworks/av/include/media/stagefright/foundation/
H A DALooper.h40 // Takes effect in a subsequent call to start().
46 status_t start(
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h36 virtual void start();
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h214 * [in] start start indicates whether the encoding begins with 0th element
235 OMX_U8 start
268 * [in] start start indicates whether the encoding begins with 0th element
290 OMX_U8 start
342 * [in] start start indicates whether the encoding begins with
382 OMX_U8 start,
415 * [in] start star
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h214 * [in] start start indicates whether the encoding begins with 0th element
235 OMX_U8 start
268 * [in] start start indicates whether the encoding begins with 0th element
290 OMX_U8 start
342 * [in] start start indicates whether the encoding begins with
382 OMX_U8 start,
415 * [in] start star
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h214 * [in] start start indicates whether the encoding begins with 0th element
235 OMX_U8 start
268 * [in] start start indicates whether the encoding begins with 0th element
290 OMX_U8 start
342 * [in] start start indicates whether the encoding begins with
382 OMX_U8 start,
415 * [in] start star
[all...]
/frameworks/av/media/libstagefright/include/
H A DAACEncoder.h34 virtual status_t start(MetaData *params);
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextDriver.cpp52 mLooper->start();
77 status_t TimedTextDriver::start() { function in class:android::TimedTextDriver
85 mPlayer->start();
134 mPlayer->start();
H A DTimedTextPlayer.h41 void start();
H A DTimedTextSRTSource.h36 virtual status_t start();
H A DTimedTextSource.h42 virtual status_t start() = 0;
44 // Returns subtitle parcel and its start time.
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.h18 virtual status_t start(MetaData *params);
H A DTSPacketizer.h86 uint32_t crc32(const uint8_t *start, size_t size) const;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DBurstCapture.h43 virtual status_t start(Vector<CameraMetadata> &metadatas, int32_t firstCaptureId);
H A DJpegCompressor.h51 status_t start(Vector<CpuConsumer::LockedBuffer*> buffers,
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp30 "Usage: app_process [java-options] cmd-dir start-class-name [options]\n");
64 * The easiest fix is to call FindClass here, early on before we start
131 // the start of the argument block (argv[0]) with the new name of
132 // the process, so we'd mysteriously start getting truncated process
134 uintptr_t start = reinterpret_cast<uintptr_t>(argv[0]); local
137 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/app/
H A DIntentService.java108 thread.start();
125 * receives a start request.
/frameworks/base/core/java/android/text/
H A DAutoText.java109 public static String get(CharSequence src, final int start, final int end, argument
111 return getInstance(view).lookup(src, start, end);
132 private String lookup(CharSequence src, final int start, final int end) { argument
135 for (int i = start; i < end; i++) {
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java172 int start = buffer.getSpanStart(candidates[i]);
174 if (start > selStart || selStart == selEnd) {
175 if (start < beststart) {
176 beststart = start;
/frameworks/base/core/java/android/text/style/
H A DQuoteSpan.java68 CharSequence text, int start, int end,
66 drawLeadingMargin(Canvas c, Paint p, int x, int dir, int top, int baseline, int bottom, CharSequence text, int start, int end, boolean first, Layout layout) argument
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java155 .start();
160 a.start();
168 .start();
236 .start();
H A DShutdownActivity.java58 thr.start();

Completed in 650 milliseconds

<<11121314151617181920>>