Home
last modified time | relevance | path

Searched refs:AMediaFormat_toString (Results 1 – 10 of 10) sorted by relevance

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.cpp52 ALOGV("OnFormatChangedCB: format(%s)", AMediaFormat_toString(format)); in OnFormatChangedCB()
94 const char *s = AMediaFormat_toString(format); in createMediaCodec()
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.cpp144 ALOGV("%s { %s }", __FUNCTION__, AMediaFormat_toString(format)); in onFormatChanged()
218 const char *s = AMediaFormat_toString(mFormat); in encode()
276 const char *s = AMediaFormat_toString(mFormat); in encode()
/frameworks/av/media/tests/benchmark/src/native/decoder/
DDecoder.cpp128 ALOGV("%s { %s }", __FUNCTION__, AMediaFormat_toString(format)); in onFormatChanged()
202 const char *s = AMediaFormat_toString(mFormat); in decode()
/frameworks/av/media/ndk/include/media/
DNdkMediaFormat.h82 const char* AMediaFormat_toString(AMediaFormat*) __INTRODUCED_IN(21);
/frameworks/libs/native_bridge_support/libmediandk/
Dstubs_arm64.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
446 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
Dstubs_arm.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
446 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
/frameworks/av/media/ndk/
Dlibmediandk.map.txt271 AMediaFormat_toString;
DNdkMediaFormat.cpp68 const char* AMediaFormat_toString(AMediaFormat *mData) { in AMediaFormat_toString() function
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp208 ALOGI("Track format = %s", AMediaFormat_toString(format)); in validateOutput()
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp635 ALOGV("format changed to: %s", AMediaFormat_toString(format)); in decode()