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
209 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.cpp621 status_t NuMediaExtractor::getMetrics(Parcel *reply) { function in class:android::NuMediaExtractor
622 status_t status = mImpl->getMetrics(reply);
H A DMediaCodec.cpp1198 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.cpp2102 status_t StagefrightRecorder::getMetrics(Parcel *reply) { function in class:StagefrightRecorder
2103 ALOGD("StagefrightRecorder::getMetrics");
/frameworks/base/media/java/android/media/
H A DMediaExtractor.java708 public PersistableBundle getMetrics() { method in class:MediaExtractor
734 * from the {@link MediaExtractor#getMetrics} return value.
741 * from the {@link MediaExtractor#getMetrics} return value.
748 * from the {@link MediaExtractor#getMetrics} return value.
H A DMediaRecorder.java1336 public PersistableBundle getMetrics() { method in class:MediaRecorder
1352 * from the {@link MediaRecorder#getMetrics} return.
1359 * from the {@link MediaRecorder#getMetrics} return.
1366 * from the {@link MediaRecorder#getMetrics} return.
1373 * from the {@link MediaRecorder#getMetrics} return.
1380 * from the {@link MediaRecorder#getMetrics} return.
1387 * from the {@link MediaRecorder#getMetrics} return.
1394 * from the {@link MediaRecorder#getMetrics} return.
1401 * from the {@link MediaRecorder#getMetrics} return.
1408 * from the {@link MediaRecorder#getMetrics} retur
[all...]
H A DMediaCodec.java3208 public PersistableBundle getMetrics() { method in class:MediaCodec
3679 * from the {@link MediaCodec#getMetrics} return value.
3686 * from the {@link MediaCodec#getMetrics} return value.
3693 * from the {@link MediaCodec#getMetrics} return value.
3713 * as an encoder or decoder from the {@link MediaCodec#getMetrics} return value.
3721 * in secure (DRM) mode from the {@link MediaCodec#getMetrics} return value.
3728 * from the {@link MediaCodec#getMetrics} return value.
3735 * from the {@link MediaCodec#getMetrics} return value.
3742 * from the {@link MediaCodec#getMetrics} return.
H A DMediaPlayer.java1532 public PersistableBundle getMetrics() { method in class:MediaPlayer
5555 * from the {@link MediaPlayer#getMetrics} return value.
5562 * from the {@link MediaPlayer#getMetrics} return value.
5569 * from the {@link MediaPlayer#getMetrics} return value.
5576 * from the {@link MediaPlayer#getMetrics} return value.
5583 * from the {@link MediaPlayer#getMetrics} return value.
5590 * from the {@link MediaPlayer#getMetrics} return value.
5597 * from the {@link MediaPlayer#getMetrics} return value.
5604 * from the {@link MediaPlayer#getMetrics} return value.
5612 * from the {@link MediaPlayer#getMetrics} retur
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp271 status_t JMediaExtractor::getMetrics(Parcel *reply) const { function in class:android::JMediaExtractor
273 status_t status = mImpl->getMetrics(reply);
838 status_t err = extractor->getMetrics(&reply);
840 ALOGE("getMetrics failed");
H A Dandroid_media_MediaCodec.cpp628 status_t JMediaCodec::getMetrics(JNIEnv *, MediaAnalyticsItem * &reply) const { function in class:android::JMediaCodec
630 status_t status = mCodec->getMetrics(reply);
1682 status_t err = codec->getMetrics(env, item);
1684 ALOGE("getMetrics failed");
/frameworks/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java60 public DisplayMetrics getMetrics() { method in class:IWindowManagerImpl
/frameworks/base/core/java/android/view/
H A DDisplay.java51 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
947 public void getMetrics(DisplayMetrics outMetrics) { method in class:Display
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java295 public DisplayMetrics getMetrics() { method in class:BridgeContext

Completed in 6768 milliseconds