Searched defs:options (Results 51 - 75 of 113) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp51 const ReadOptions *options = NULL);
164 const ReadOptions *options) {
163 read(MediaBuffer **buffer, const ReadOptions *options) argument
H A DVideoEditor3gpReader.cpp973 MediaSource::ReadOptions options; local
993 options.setSeekTo(pC->mAudioSeekTime);
994 pC->mAudioSource->read(&mMediaBuffer, &options);
998 options.clearSeekTo();
1003 pC->mAudioSource->read(&mMediaBuffer, &options);
1015 options.setSeekTo(pC->mVideoSeekTime,
1023 error = pC->mVideoSource->read(&mMediaBuffer, &options);
1041 options.clearSeekTo();
1049 pC->mVideoSource->read(&mMediaBuffer, &options);
1134 options
1923 MediaSource::ReadOptions options; local
[all...]
H A DVideoEditorAudioDecoder.cpp61 const ReadOptions *options = NULL);
208 const ReadOptions *options) {
207 read(MediaBuffer **buffer, const ReadOptions *options) argument
H A DVideoEditorVideoEncoder.cpp72 const ReadOptions *options = NULL);
184 const ReadOptions *options) {
183 read(MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/
H A DAACExtractor.cpp50 MediaBuffer **buffer, const ReadOptions *options = NULL);
287 MediaBuffer **out, const ReadOptions *options) {
292 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
286 read( MediaBuffer **out, const ReadOptions *options) argument
H A DAudioPlayer.cpp92 MediaSource::ReadOptions options; local
94 options.setSeekTo(mSeekTimeUs);
98 mFirstBufferResult = mSource->read(&mFirstBuffer, &options);
363 MediaSource::ReadOptions options; local
377 options.setSeekTo(mSeekTimeUs);
401 err = mSource->read(&mInputBuffer, &options);
H A DFragmentedMP4Extractor.cpp63 MediaBuffer **buffer, const ReadOptions *options = NULL);
262 MediaBuffer **out, const ReadOptions *options) {
265 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
261 read( MediaBuffer **out, const ReadOptions *options) argument
H A DStagefrightMetadataRetriever.cpp175 MediaSource::ReadOptions options; local
192 options.setSeekTo(thumbNailTime, mode);
195 options.setSeekTo(frameTimeUs, mode);
204 err = decoder->read(&buffer, &options);
205 options.clearSeekTo();
H A DWAVExtractor.cpp68 MediaBuffer **buffer, const ReadOptions *options = NULL);
385 MediaBuffer **out, const ReadOptions *options) {
390 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
384 read( MediaBuffer **out, const ReadOptions *options) argument
H A DCameraSource.cpp756 MediaBuffer **buffer, const ReadOptions *options) {
763 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
755 read( MediaBuffer **buffer, const ReadOptions *options) argument
H A DMP3Extractor.cpp225 MediaBuffer **buffer, const ReadOptions *options = NULL);
475 MediaBuffer **out, const ReadOptions *options) {
482 if (options != NULL && options->getSeekTo(&seekTimeUs, &mode)) {
474 read( MediaBuffer **out, const ReadOptions *options) argument
H A DAVIExtractor.cpp47 MediaBuffer **buffer, const ReadOptions *options);
140 MediaBuffer **buffer, const ReadOptions *options) {
147 if (options && options->getSeekTo(&seekTimeUs, &seekMode)) {
139 read( MediaBuffer **buffer, const ReadOptions *options) argument
H A DFLACExtractor.cpp51 MediaBuffer **buffer, const ReadOptions *options = NULL);
704 MediaBuffer **outBuffer, const ReadOptions *options)
710 if ((NULL != options) && options->getSeekTo(&seekTimeUs, &mode)) {
703 read( MediaBuffer **outBuffer, const ReadOptions *options) argument
H A DOggExtractor.cpp54 MediaBuffer **buffer, const ReadOptions *options = NULL);
171 MediaBuffer **out, const ReadOptions *options) {
176 if (options && options->getSeekTo(&seekTimeUs, &mode)) {
170 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DPendingIntent.java240 * @param options Additional options for how the Activity should be started.
241 * May be null if there are no options.
248 Intent intent, int flags, Bundle options) {
259 flags, options, UserHandle.myUserId());
272 Intent intent, int flags, Bundle options, UserHandle user) {
283 flags, options, user.getIdentifier());
378 Intent[] intents, int flags, Bundle options) {
389 null, null, requestCode, intents, resolvedTypes, flags, options,
403 Intent[] intents, int flags, Bundle options, UserHandl
247 getActivity(Context context, int requestCode, Intent intent, int flags, Bundle options) argument
271 getActivityAsUser(Context context, int requestCode, Intent intent, int flags, Bundle options, UserHandle user) argument
377 getActivities(Context context, int requestCode, Intent[] intents, int flags, Bundle options) argument
402 getActivitiesAsUser(Context context, int requestCode, Intent[] intents, int flags, Bundle options, UserHandle user) argument
[all...]
H A DActionBar.java41 * the left, followed by the activity title. If your activity has an options menu, you can make
338 * Set display options. This changes all display option bits at once. To change
339 * a limited subset of display options, see {@link #setDisplayOptions(int, int)}.
341 * @param options A combination of the bits defined by the DISPLAY_ constants
344 public abstract void setDisplayOptions(int options); argument
347 * Set selected display options. Only the options specified by mask will be changed.
355 * @param options A combination of the bits defined by the DISPLAY_ constants
357 * @param mask A bit mask declaring which display options should be changed.
359 public abstract void setDisplayOptions(int options, in argument
[all...]
/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java250 * AppWidget options and causes a callback to the AppWidgetProvider.
253 * @param newOptions The bundle of options, in addition to the size information,
291 // We get the old options to see if the sizes have changed
315 * @param options The bundle of options information.
317 public void updateAppWidgetOptions(Bundle options) { argument
318 AppWidgetManager.getInstance(mContext).updateAppWidgetOptions(mAppWidgetId, options);
559 Bundle options = manager.getAppWidgetOptions(mAppWidgetId);
562 if (options.containsKey(AppWidgetManager.OPTION_APPWIDGET_HOST_CATEGORY)) {
563 int category = options
[all...]
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp448 MediaSource::ReadOptions options; local
450 options.setSeekTo(mSeekTimeUs);
453 status_t err = mSource->read(&inBuffer, &options);
H A Dstagefright.cpp227 MediaSource::ReadOptions options; local
230 err = rawSource->read(&buffer, &options);
231 options.clearSeekTo();
287 options.setSeekTo(seekTimeUs);
303 MediaSource::ReadOptions options; local
317 status_t err = rawSource->read(&buffer, &options);
320 options.clearSeekTo();
359 options.setSeekTo(0x7fffffffL);
362 options.setSeekTo(5000000);
369 options
471 read( MediaBuffer **buffer, const ReadOptions *options) argument
543 MediaSource::ReadOptions options; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorAudioPlayer.cpp612 MediaSource::ReadOptions options; local
625 options.setSeekTo(mSeekTimeUs);
653 status = mSource->read(&mInputBuffer, &options);
/frameworks/av/media/libstagefright/chromium_http/
H A Dsupport.cpp104 base::Thread::Options options; local
105 options.message_loop_type = MessageLoop::TYPE_IO;
106 CHECK(gNetworkThread->StartWithOptions(options));
279 const net::CookieOptions &options,
276 OnSetCookie( net::URLRequest *request, const std::string &cookie_line, const net::CookieOptions &options, bool blocked_by_policy) argument
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp50 MediaBuffer **buffer, const ReadOptions *options);
81 MediaBuffer **buffer, const ReadOptions *options);
605 MediaBuffer **buffer, const ReadOptions *options) {
623 return mSource->read(buffer, options);
690 MediaBuffer **buffer, const ReadOptions *options) {
691 return mTrack->read(buffer, options);
604 read( MediaBuffer **buffer, const ReadOptions *options) argument
689 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp616 MediaSource::ReadOptions options; local
642 options.setSeekTo(
645 if (seekSource->read(&buffer, &options) != OK) {
664 err = codec->read(&buffer, &options);
665 options.clearSeekTo();
/frameworks/base/tools/aidl/
H A Daidl.cpp3 #include "options.h"
583 exactly_one_interface(const char* filename, const document_item_type* items, const Options& options, argument
609 if (options.failOnParcelable) {
627 generate_dep_file(const Options& options, const document_item_type* items) argument
633 if (options.autoDepFile) {
634 string fileName = options.outputFileName + ".d";
637 to = fopen(options.depFileName.c_str(), "wb");
651 fprintf(to, "%s: \\\n", options.outputFileName.c_str());
656 fprintf(to, " %s %s\n", options.inputFileName.c_str(), slash);
675 generate_outputFileName2(const Options& options, cons argument
707 generate_outputFileName(const Options& options, const document_item_type* items) argument
852 compile_aidl(Options& options) argument
976 preprocess_aidl(const Options& options) argument
1052 Options options; local
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java440 public int getAttributeListValue(int index, String[] options, int defaultValue) { argument
441 return mAttrib.getAttributeListValue(index, options, defaultValue);
446 String[] options, int defaultValue) {
447 return mAttrib.getAttributeListValue(namespace, attribute, options, defaultValue);
445 getAttributeListValue(String namespace, String attribute, String[] options, int defaultValue) argument

Completed in 1905 milliseconds

12345