HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1001 - 1025 of 1682) sorted by null

<<41424344454647484950>>

  /frameworks/av/cmds/stagefright/
stagefright.cpp 2 * Copyright (C) 2009 The Android Open Source Project
148 static void dumpSource(const sp<MediaSource> &source, const String8 &filename) {
151 CHECK_EQ((status_t)OK, source->start());
156 err = source->read(&mbuf);
180 CHECK_EQ((status_t)OK, source->stop());
186 static void playSource(sp<MediaSource> &source) {
187 sp<MetaData> meta = source->getFormat();
194 rawSource = source;
205 source, flags, gSurface,
214 source.clear()
550 sp<MediaSource> source = sources.editItemAt(i); local
1150 sp<MediaSource> source = CreateMediaSourceFromIMediaSource( local
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodec.cpp 2 * Copyright (C) 2017 The Android Open Source Project
183 // explicit GraphicBufferSourceWrapper(const sp<BGraphicBufferSource> &source) : mSource(source) {}
185 const sp<BGraphicBufferSource> &source,
189 : mSource(source), mWidth(width), mHeight(height) {
215 sp<IOMXBufferSource> source = mNode->getSource(); variable
216 if (source == nullptr) {
220 source->onOmxIdle();
221 source->onOmxLoaded();
241 sp<IOMXBufferSource> source = mNode->getSource() variable
    [all...]
CCodecBufferChannel.cpp 2 * Copyright 2017, The Android Open Source Project
441 ICrypto::SourceBuffer source; local
442 encryptedBuffer->fillSourceBuffer(&source);
444 key, iv, mode, pattern, source, buffer->offset(),
    [all...]
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 3 ** Copyright 2008, The Android Open Source Project
151 status_t setDataSource(const sp<IStreamSource> &source) {
154 data.writeStrongBinder(IInterface::asBinder(source));
159 status_t setDataSource(const sp<IDataSource> &source) {
162 data.writeStrongBinder(IInterface::asBinder(source));
671 sp<IStreamSource> source = local
673 if (source == NULL) {
676 reply->writeInt32(setDataSource(source));
682 sp<IDataSource> source = local
684 if (source == NULL)
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 2 * Copyright (C) 2012 The Android Open Source Project
59 : Source(notify),
132 // delay data source creation to prepareAsync() to avoid blocking
148 // delay data source creation to prepareAsync() to avoid blocking
153 status_t NuPlayer::GenericSource::setDataSource(const sp<DataSource>& source) {
155 ALOGV("setDataSource (source: %p)", source.get());
160 mDataSource = source;
180 // This might take long time if data source is not reliable.
193 ALOGE("initFromDataSource, source has no track!")
421 sp<IDataSource> source = local
658 const sp<IMediaSource> source = mSources.itemAt(trackIndex); local
840 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; local
1063 const sp<IMediaSource> source = mSources.itemAt(trackIndex); local
1385 sp<IMediaSource> source = track->mSource; local
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Serializer.cpp 2 * Copyright (C) 2015 The Android Open Source Project
122 static constexpr const char *roleSource = "source"; /**< <attribute role source value>. */
142 static constexpr const char *role = "role"; /**< <device role: sink or source>. */
143 static constexpr const char *roleSource = "source"; /**< <attribute role source value>. */
164 /** sources: all source that can be involved in this route. */
447 // Source role
577 sp<AudioPort> source = ctx->findPortByTagName(String8(devTag)); local
578 if (source == NULL)
589 sp<AudioPort> source = sources.itemAt(i); local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 2 * Copyright (C) 2008 The Android Open Source Project
825 Bitmap source = Bitmap.createBitmap(100, 100, Config.ARGB_8888); local
    [all...]
  /external/testng/lib-supplied/
guice-2.0.jar 
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 2 * Copyright (C) 2013 The Android Open Source Project
1628 ByteBuffer source = ByteBuffer.allocate(inputBuffers[0].capacity()); local
    [all...]
MediaMuxerTest.java 2 * Copyright (C) 2013 The Android Open Source Project
66 int source = R.raw.video_176x144_3gp_h263_300kbps_25fps_aac_stereo_128kbps_11025hz; local
69 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
73 int source = R.raw.video_176x144_h264_408kbps_30fps_352x288_h264_122kbps_30fps; local
76 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
80 int source = R.raw.audio_aac_mono_70kbs_44100hz_aac_mono_70kbs_44100hz; local
83 cloneAndVerify(source, outputFile, 2, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
87 int source = R.raw.video_h264_30fps_video_h264_30fps_aac_44100hz_aac_44100hz; local
90 cloneAndVerify(source, outputFile, 4, 90, MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4);
96 * track, audio and the non standard compliant metadata track from the source file, the
102 int source = local
118 int source = local
129 int source = R.raw.sinesweepm4a; local
139 int source = R.raw.video_only_176x144_3gp_h263_25fps; local
146 int source = R.raw.video_480x360_webm_vp9_333kbps_25fps_vorbis_stereo_128kbps_48000hz; local
153 int source = R.raw.video_176x144_3gp_h263_300kbps_12fps_aac_stereo_128kbps_22050hz; local
    [all...]
  /external/testng/ant/3rdparty/
DTDDoc.jar 
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 2 * Copyright (C) 2014 The Android Open Source Project
326 final ByteArrayInputStreamSource source local
330 + entry.getKey().getId(), LogDataType.XML, source); local
332 source.close();
    [all...]
  /external/error_prone/jFormatString/
jFormatString-3.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
dom4j-1.6.1.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /bionic/libc/kernel/uapi/linux/
tcp.h 11 *** source file (e.g. under external/kernel-headers/original/) then
25 __be16 source; member in struct:tcphdr
  /bionic/libc/kernel/uapi/sound/
asoc.h 11 *** source file (e.g. under external/kernel-headers/original/) then
288 char source[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_graph_elem
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 2 * Copyright (C) 2007 The Android Open Source Project
1229 RegisterSpec source = RegisterSpec.make(0, sourceTypes.getType(0)); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lobject.h 472 int *lineinfo; /* map from opcodes to source lines (debug information) */
476 TString *source; /* used for debug information */ member in struct:Proto
603 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
itertoolsmodule.c 1643 PyObject *source; \/* Iterator over input iterables *\/ member in struct:__anon5432
1668 PyObject *source; local
1683 PyObject *source; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
itertoolsmodule.c 1612 PyObject *source; \/* Iterator over input iterables *\/ member in struct:__anon5767
1637 PyObject *source; local
1652 PyObject *source; local
    [all...]
  /external/ImageMagick/MagickWand/
mogrify.c 8441 *source; local
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 5 // This file is distributed under the University of Illinois Open Source
1057 /// The destination is a pointer to a field, the source is the value to store.
1062 Store(SExpr *P, SExpr *V) : SExpr(COP_Store), Dest(P), Source(V) {}
1063 Store(const Store &S, SExpr *P, SExpr *V) : SExpr(S), Dest(P), Source(V) {}
1068 SExpr *source() { return Source; } // Value to store function in class:clang::threadSafety::Store
1069 const SExpr *source() const { return Source; } function in class:clang::threadSafety::Store
1074 auto Nv = Vs.traverse(Source, Vs.subExprCtx(Ctx));
1083 return Cmp.compare(source(), E->source())
    [all...]
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestInheritance.java 472 String source = entry.getKey(); local
474 String sourceLang = ltp.set(source).getLanguage();
475 if (sourceLang.equals("und") || source.equals("zh_Hani")
476 || source.equals("tl")) {
486 String dc = parent2default.get(source);
502 errln("Default contents null for " + source
516 String expected = base2scripts.get(source) == null ? likelyMaxLang
519 errln("Default contents null for " + source
536 + caseNumber + ")" + "\n\t" + source + " => (ls) "
537 + likelyMax + "\n\t" + source + " => (dc) " + d
562 String source = parentAndDefault.getKey(); local
    [all...]

Completed in 1812 milliseconds

<<41424344454647484950>>