Searched refs:source (Results 1 - 25 of 474) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/android/
H A DAacBqToPcmCbRenderer.cpp151 sp<MediaSource> source = extractor->getTrack(kTrackToDecode); local
152 if (source == 0) {
153 SL_LOGE("AacBqToPcmCbRenderer::onPrepare: error getting source from extractor");
163 source = OMXCodec::Create(
165 source);
167 if (source == NULL) {
173 meta = source->getFormat();
177 if (source->start() != OK) {
178 SL_LOGE("AacBqToPcmCbRenderer::onPrepare() Failed to start source/decoder.");
207 // The data source, an
[all...]
H A Dandroid_AudioSfDecoder.cpp181 // Instantiate and initialize the data source for the decoder
219 // AndroidBufferQueue data source is handled by a subclass,
226 // Instantiate and initialize the decoder attached to the data source
260 sp<MediaSource> source = extractor->getTrack(audioTrackIndex); local
261 sp<MetaData> meta = source->getFormat();
300 source = OMXCodec::Create(
302 source);
304 if (source == NULL) {
310 meta = source->getFormat();
314 if (source
[all...]
/frameworks/wilhelm/src/android/include/
H A DAacAdtsExtractor.h41 AacAdtsSource(const sp<DataSource> &source,
76 AacAdtsExtractor(const sp<DataSource> &source);
/frameworks/wilhelm/src/android/util/
H A DAacAdtsExtractor.cpp48 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) { argument
55 ssize_t readSize = source->readAt(offset, &syncHeader, ADTS_HEADER_SIZE_UP_TO_FRAMESIZE);
93 AacAdtsExtractor::AacAdtsExtractor(const sp<DataSource> &source) argument
94 : mDataSource(source),
138 // but in this case we were told the total size of the data source and so an EOS
210 const sp<DataSource> &source, const sp<MetaData> &meta,
212 : mDataSource(source),
209 AacAdtsSource( const sp<DataSource> &source, const sp<MetaData> &meta, int64_t frame_duration_us) argument
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c237 const stereo *source = (const stereo *) track->mReader; local
243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
244 mixBuffer->left += (short) (source->left * track->mGains[0]);
245 mixBuffer->right += (short) (source->right * track->mGains[1]);
249 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
250 mixBuffer->left += source->left;
251 mixBuffer->right += source->right;
257 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
258 mixBuffer->left = (short) (source->left * track->mGains[0]);
259 mixBuffer->right = (short) (source
[all...]
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java200 // Can't do mipmapping with camera source
235 private int loadShader(int shaderType, String source) { argument
238 GLES20.glShaderSource(shader, source);
/frameworks/support/renderscript/v8/rs_support/
H A DAndroid.mk50 $(transform-generated-source)
56 # Generate custom source files
67 $(transform-generated-source)
H A DrsRuntime.h83 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
/frameworks/support/renderscript/v8/rs_support/driver/
H A DrsdRuntimeStubs.cpp76 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) { argument
78 rsrAllocationSyncAll(rsc, sc, a, source);
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_graphics.rsh222 * specified by source.
225 * @param source
229 rs_allocation_usage_type source);
/frameworks/support/v13/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v4/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/support/v4/ics/android/support/v4/view/
H A DPagerTitleStripIcs.java41 public CharSequence getTransformation(CharSequence source, View view) { argument
42 source = super.getTransformation(source, view);
43 return source != null ? source.toString().toUpperCase(mLocale) : null;
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompatIcs.java34 public static Object obtain(View source) { argument
35 return AccessibilityNodeInfo.obtain(source);
208 public static void setSource(Object info, View source) { argument
209 ((AccessibilityNodeInfo) info).setSource(source);
H A DAccessibilityRecordCompatIcs.java186 public static void setSource(Object record, View source) { argument
187 ((AccessibilityRecord) record).setSource(source);
/frameworks/support/v4/java/android/support/v4/os/
H A DParcelableCompat.java50 public T createFromParcel(Parcel source) { argument
51 return mCallbacks.createFromParcel(source, null);
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java36 public Object obtain(View source); argument
39 public void setSource(Object info, View source); argument
104 public Object obtain(View source) { argument
364 public void setSource(Object info, View source) { argument
406 public Object obtain(View source) { argument
407 return AccessibilityNodeInfoCompatIcs.obtain(source);
621 public void setSource(Object info, View source) { argument
622 AccessibilityNodeInfoCompatIcs.setSource(info, source);
943 * sets the source.
948 public static AccessibilityNodeInfoCompat obtain(View source) { argument
992 setSource(View source) argument
[all...]
H A DAccessibilityRecordCompat.java35 public void setSource(Object record, View source); argument
254 public void setSource(Object record, View source) { argument
465 public void setSource(Object record, View source) { argument
466 AccessibilityRecordCompatIcs.setSource(record, source);
556 * Sets the event source.
558 * @param source The source.
562 public void setSource(View source) { argument
563 IMPL.setSource(mRecord, source);
567 * Sets the source t
[all...]
/frameworks/support/v7/
H A DAndroid.mk17 # Note: the source code is in java/, not src/, because this code is also part of
/frameworks/rs/
H A DAndroid.mk104 $(transform-generated-source)
110 # Generate custom source files
121 $(transform-generated-source)
197 $(transform-generated-source)
201 # Generate custom source files
212 $(transform-generated-source)
H A DrsRuntime.h141 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp78 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) { argument
80 rsrAllocationSyncAll(rsc, sc, a, source);
/frameworks/rs/scriptc/
H A Drs_graphics.rsh222 * specified by source.
225 * @param source
229 rs_allocation_usage_type source);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardUtils.java94 public static String formatNumber(String source, int defaultFormattingType) { argument
95 final SpannableStringBuilder text = new SpannableStringBuilder(source);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsRawData.java32 public SmsRawData createFromParcel(Parcel source) {
34 size = source.readInt();
36 source.readByteArray(data);

Completed in 238 milliseconds

1234567891011>>