Searched defs:getMetrics (Results 1 - 18 of 18) sorted by relevance

/frameworks/av/media/libmedia/
H A DIMediaExtractor.cpp100 virtual status_t getMetrics(Parcel * reply) { function in class:android::BpMediaExtractor
202 status_t ret = getMetrics(reply);
H A Dmediarecorder.cpp516 status_t MediaRecorder::getMetrics(Parcel *reply) { function in class:android::MediaRecorder
518 ALOGV("getMetrics");
520 status_t ret = mMediaRecorder->getMetrics(reply);
522 ALOGE("getMetrics failed: %d", ret);
H A DIMediaRecorder.cpp266 status_t getMetrics(Parcel* reply) function in class:android::BpMediaRecorder
268 ALOGV("getMetrics");
416 status_t ret = getMetrics(reply);
/frameworks/av/media/libstagefright/
H A DMediaExtractor.cpp99 status_t MediaExtractor::getMetrics(Parcel *reply) { function in class:android::MediaExtractor
H A DNuMediaExtractor.cpp610 status_t NuMediaExtractor::getMetrics(Parcel *reply) { function in class:android::NuMediaExtractor
611 status_t status = mImpl->getMetrics(reply);
H A DMediaCodec.cpp1176 status_t MediaCodec::getMetrics(MediaAnalyticsItem * &reply) { function in class:MediaCodec
/frameworks/support/core-utils/java/android/support/v4/app/
H A DFrameMetricsAggregator.java43 * {@link #getMetrics()}.
59 * @see #getMetrics()
65 * @see #getMetrics()
71 * @see #getMetrics()
77 * @see #getMetrics()
83 * @see #getMetrics()
89 * @see #getMetrics()
95 * @see #getMetrics()
101 * @see #getMetrics()
107 * @see #getMetrics()
302 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator
322 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsBaseImpl
451 public SparseIntArray[] getMetrics() { method in class:FrameMetricsAggregator.FrameMetricsApi24Impl
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp241 status_t MediaRecorderClient::getMetrics(Parcel* reply) function in class:android::MediaRecorderClient
243 ALOGV("MediaRecorderClient::getMetrics");
249 return mRecorder->getMetrics(reply);
H A DStagefrightRecorder.cpp2100 status_t StagefrightRecorder::getMetrics(Parcel *reply) { function in class:StagefrightRecorder
2101 ALOGD("StagefrightRecorder::getMetrics");
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java701 public PersistableBundle getMetrics() { method in class:MediaExtractor
727 * from the {@link MediaExtractor#getMetrics} return value.
734 * from the {@link MediaExtractor#getMetrics} return value.
741 * from the {@link MediaExtractor#getMetrics} return value.
H A DMediaRecorder.java1302 public PersistableBundle getMetrics() { method in class:MediaRecorder
1318 * from the {@link MediaRecorder#getMetrics} return.
1325 * from the {@link MediaRecorder#getMetrics} return.
1332 * from the {@link MediaRecorder#getMetrics} return.
1339 * from the {@link MediaRecorder#getMetrics} return.
1346 * from the {@link MediaRecorder#getMetrics} return.
1353 * from the {@link MediaRecorder#getMetrics} return.
1360 * from the {@link MediaRecorder#getMetrics} return.
1367 * from the {@link MediaRecorder#getMetrics} return.
1374 * from the {@link MediaRecorder#getMetrics} retur
[all...]
H A DMediaCodec.java3198 public PersistableBundle getMetrics() { method in class:MediaCodec
3669 * from the {@link MediaCodec#getMetrics} return value.
3676 * from the {@link MediaCodec#getMetrics} return value.
3683 * from the {@link MediaCodec#getMetrics} return value.
3703 * as an encoder or decoder from the {@link MediaCodec#getMetrics} return value.
3711 * in secure (DRM) mode from the {@link MediaCodec#getMetrics} return value.
3718 * from the {@link MediaCodec#getMetrics} return value.
3725 * from the {@link MediaCodec#getMetrics} return value.
3732 * from the {@link MediaCodec#getMetrics} return.
H A DMediaPlayer.java1513 public PersistableBundle getMetrics() { method in class:MediaPlayer
5530 * from the {@link MediaPlayer#getMetrics} return value.
5537 * from the {@link MediaPlayer#getMetrics} return value.
5544 * from the {@link MediaPlayer#getMetrics} return value.
5551 * from the {@link MediaPlayer#getMetrics} return value.
5558 * from the {@link MediaPlayer#getMetrics} return value.
5565 * from the {@link MediaPlayer#getMetrics} return value.
5572 * from the {@link MediaPlayer#getMetrics} return value.
5579 * from the {@link MediaPlayer#getMetrics} return value.
5587 * from the {@link MediaPlayer#getMetrics} retur
[all...]
/frameworks/base/core/java/android/view/
H A DDisplay.java49 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
937 public void getMetrics(DisplayMetrics outMetrics) { method in class:Display
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp249 status_t JMediaExtractor::getMetrics(Parcel *reply) const { function in class:android::JMediaExtractor
251 status_t status = mImpl->getMetrics(reply);
826 status_t err = extractor->getMetrics(&reply);
828 ALOGE("getMetrics failed");
H A Dandroid_media_MediaCodec.cpp627 status_t JMediaCodec::getMetrics(JNIEnv *, MediaAnalyticsItem * &reply) const { function in class:android::JMediaCodec
629 status_t status = mCodec->getMetrics(reply);
1682 status_t err = codec->getMetrics(env, item);
1684 ALOGE("getMetrics failed");
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java59 public DisplayMetrics getMetrics() { method in class:IWindowManagerImpl
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java295 public DisplayMetrics getMetrics() { method in class:BridgeContext

Completed in 4911 milliseconds