Searched refs:push (Results 1 - 25 of 206) sorted by path

123456789

/frameworks/av/camera/
H A DCameraParameters.cpp338 sizes.push(Size(width, height));
H A DCameraParameters2.cpp226 sizes.push(Size(width, height));
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp975 mCachedSessions.push(session);
H A DACameraMetadata.cpp77 capabilities.push(capability);
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp348 decodeTimesUs.push(delayDecodeUs);
1010 mediaSources.push(mediaSource);
1021 mediaSources.push(mediaSource);
1072 mediaSources.push(source);
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp87 mMimeTypeVector.push(mimeType);
92 mFileSuffixVector.push(fileSuffix);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp108 trustedUids.push(AID_MEDIA);
/frameworks/av/drm/libmediadrm/
H A DDrmHal.cpp628 mOpenSessions.push(sessionId);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DInitDataParser.cpp63 keyIds.push(initData.array());
125 keyIds->push(&initData[keyIdPosition]);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
H A DInitDataParserUnittest.cpp94 expectedKeys.push(String8("01234567890ABCDE"));
119 expectedKeys.push(String8("01234567890ABCDE"));
120 expectedKeys.push(String8("ClearKeyClearKey"));
121 expectedKeys.push(String8(" GOOGLE GOOGLE "));
135 expectedKeys.push(String8("01234567890ABCDE"));
/frameworks/av/include/media/
H A DLinearMap.h160 void push(T x, T y) { function in class:android::LinearMap
214 // computed values such as mStepValid are set after a subsequent push().
356 // (incremented after push) [0, mSize - 1].
H A DPluginLoader.h49 factories.push(plugin);
81 libraries.push(library);
H A DSingleStateQueue.h64 // push new value onto state queue, overwriting previous value;
66 int32_t push(const T& value) function in class:android::SingleStateQueue::Mutator
80 // returns the status of the last state push. This may be a stale value.
95 // return true if a push with specified sequence number or later has been observed
/frameworks/av/include/private/media/
H A DAudioTrackShared.h387 mPlaybackRateMutator.push(playbackRate);
538 mTimestampMutator.push(timestamp);
/frameworks/av/media/extractors/aac/
H A DAACExtractor.cpp168 mOffsetVector.push(offset);
/frameworks/av/media/extractors/mkv/
H A DMatroskaExtractor.cpp1556 mTracks.push();
/frameworks/av/media/extractors/mp3/
H A DVBRISeeker.cpp137 seeker->mSegments.push(numBytes);
/frameworks/av/media/extractors/mp4/
H A DMPEG4Extractor.cpp685 mPath->push(chunkType);
H A DSampleIterator.cpp118 mCurrentChunkSampleSizes.push(sampleSize);
/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp198 mSourceImpls.push(impl);
224 mSyncPoints.push();
240 mSyncPoints.push();
/frameworks/av/media/extractors/ogg/
H A DOggExtractor.cpp881 mTableOfContents.push();
/frameworks/av/media/libaudioclient/
H A DAudioTrackShared.cpp599 (void) mMutator.push(mState);
622 (void) mMutator.push(mState);
1100 mPosLoopMutator.push(posLoop);
1204 mPosLoopMutator.push(posLoop);
/frameworks/av/media/libaudioprocessing/tests/
H A Dbuild_and_run_all_unit_tests.sh17 adb push $OUT/system/lib/libaudioprocessing.so /system/lib
18 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
19 adb push $OUT/data/nativetest/resampler_tests/resampler_tests /data/nativetest/resampler_tests/resampler_tests
20 adb push $OUT/data/nativetest64/resampler_tests/resampler_tests /data/nativetest64/resampler_tests/resampler_tests
H A Dmixer_to_wav_tests.sh49 adb push $OUT/system/lib/libaudioprocessing.so /system/lib
50 adb push $OUT/system/lib64/libaudioprocessing.so /system/lib64
51 adb push $OUT/system/bin/test-mixer /system/bin
H A Dtest-resampler.cpp443 Ovalues.push(output_frames);

Completed in 296 milliseconds

123456789