Searched refs:options (Results 151 - 175 of 189) sorted by relevance

12345678

/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 Drecordvideo.cpp85 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
84 read( MediaBuffer **buffer, const MediaSource::ReadOptions *options) argument
H A Drecord.cpp78 MediaBuffer **buffer, const MediaSource::ReadOptions *options) {
/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/
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 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 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
H A DAudioSource.cpp216 MediaBuffer **out, const ReadOptions *options) {
215 read( MediaBuffer **out, const ReadOptions *options) argument
H A DSurfaceMediaSource.cpp276 const ReadOptions *options)
275 read( MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java52 convertValueToList(CharSequence value, String[] options, int defaultValue) argument
55 for (int i = 0; i < options.length; i++) {
56 if (value.equals(options[i]))
/frameworks/base/tools/aapt/
H A DResourceTable.h37 int options = XML_COMPILE_STANDARD_RESOURCE);
43 int options = XML_COMPILE_STANDARD_RESOURCE);
49 int options = XML_COMPILE_STANDARD_RESOURCE);
H A DResourceTable.cpp21 int options)
28 return compileXmlFile(assets, root, target, table, options);
35 int options)
42 return compileXmlFile(assets, root, outTarget, table, options);
49 int options)
51 if ((options&XML_COMPILE_STRIP_WHITESPACE) != 0) {
53 } else if ((options&XML_COMPILE_COMPACT_WHITESPACE) != 0) {
57 if ((options&XML_COMPILE_UTF8) != 0) {
63 if ((options&XML_COMPILE_ASSIGN_ATTRIBUTE_IDS) != 0) {
82 (options
18 compileXmlFile(const sp<AaptAssets>& assets, const sp<AaptFile>& target, ResourceTable* table, int options) argument
31 compileXmlFile(const sp<AaptAssets>& assets, const sp<AaptFile>& target, const sp<AaptFile>& outTarget, ResourceTable* table, int options) argument
45 compileXmlFile(const sp<AaptAssets>& assets, const sp<XMLNode>& root, const sp<AaptFile>& target, ResourceTable* table, int options) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java978 final BitmapFactory.Options options = new BitmapFactory.Options();
979 options.inSampleSize = sampleSize;
980 srcBitmap = BitmapFactory.decodeFile(filename, options);
/frameworks/base/core/java/android/accounts/
H A DChooseTypeAndAccountActivity.java332 final Bundle options = getIntent().getBundleExtra(
339 options, null /* activity */, this /* callback */, null /* Handler */);
425 // List of options includes all accounts found together with "Add new account" as the
/frameworks/compile/slang/
H A Dllvm-rs-cc.cpp54 using clang::driver::options::DriverOption;
60 using namespace clang::driver::options;
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp128 MediaBuffer **buffer, const ReadOptions *options);
491 MediaBuffer **out, const ReadOptions *options) {
498 if (options && options->getSeekTo(&seekTimeUs, &mode)
490 read( MediaBuffer **out, const ReadOptions *options) argument
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1105 public void lockNow(Bundle options); argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp242 // Pre-allocate enough space to hold a fair number of options.
402 * Parse a property containing space-separated options that should be
405 * This will cut up "extraOptsBuf" as we chop it into individual options.
531 /* enable verbose; standard options are { jni, gc, class } */
532 //options[curOpt++].optionString = "-verbose:jni";
535 //options[curOpt++].optionString = "-verbose:class";
722 ALOGI("JNI options: '%s'\n", jniOptsBuf);
738 /* extra options; parse this late so it overrides others */
764 initArgs.options = mOptions.editArray();
804 * options strin
806 start(const char* className, const char* options) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java446 public void lockNow(Bundle options) { argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp60 MediaBuffer **buffer, const ReadOptions *options = NULL);
148 const ReadOptions *options) {
151 if (options != NULL) {
154 options->getSeekTo(&time_us, &mode);
156 ALOGE("Unexpected read options");
1373 MediaSource::ReadOptions options; local
1375 options.setSeekTo(time_us, MediaSource::ReadOptions::SEEK_PREVIOUS_SYNC);
1376 errStatus = pDecShellContext->mVideoDecoder->read(&pNextBuffer, &options);
147 read(MediaBuffer** buffer_out, const ReadOptions *options) argument
H A DVideoEditorAudioEncoder.cpp51 const ReadOptions *options = NULL);
164 const ReadOptions *options) {
163 read(MediaBuffer **buffer, const ReadOptions *options) argument
/frameworks/base/core/java/android/app/
H A DContextImpl.java941 public void startActivity(Intent intent, Bundle options) { argument
951 (Activity)null, intent, -1, options);
956 public void startActivityAsUser(Intent intent, Bundle options, UserHandle user) { argument
961 null, null, 0, Intent.FLAG_ACTIVITY_NEW_TASK, null, null, options,
975 public void startActivitiesAsUser(Intent[] intents, Bundle options, UserHandle userHandle) { argument
984 (Activity)null, intents, options, userHandle.getIdentifier());
988 public void startActivities(Intent[] intents, Bundle options) { argument
998 (Activity)null, intents, options);
1010 int flagsMask, int flagsValues, int extraFlags, Bundle options)
1021 0, flagsMask, flagsValues, options);
1009 startIntentSender(IntentSender intent, Intent fillInIntent, int flagsMask, int flagsValues, int extraFlags, Bundle options) argument
[all...]
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp671 if (pInfo.options().hasNow())
677 if (pInfo.options().hasNow())
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h82 MediaBuffer **buffer, const ReadOptions *options = NULL);
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp144 if (pLDInfo.options().hasEntry())
145 entry_name = pLDInfo.options().entry();
151 bool issue_warning = (pLDInfo.options().hasEntry()

Completed in 487 milliseconds

12345678