Home
last modified time | relevance | path

Searched refs:AMediaFormat_toString (Results 1 – 14 of 14) 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/libmediatranscoding/transcoder/tests/
DMediaTranscoderTests.cpp240 << AMediaFormat_toString(trackFormat); in verifyOutputFormat()
249 LOG(INFO) << "source video format: " << AMediaFormat_toString(mSourceVideoFormat.get()); in verifyOutputFormat()
250 LOG(INFO) << "transcoded video format: " << AMediaFormat_toString(videoFormat.get()); in verifyOutputFormat()
/frameworks/av/media/libmediatranscoding/transcoder/
DVideoTrackTranscoder.cpp152 LOG(INFO) << kCodecName << " format changed: " << AMediaFormat_toString(format); in onAsyncFormatChanged()
288 LOG(INFO) << "Configuring encoder with: " << AMediaFormat_toString(mDestinationFormat.get()); in configureDestinationFormat()
347 LOG(INFO) << "Configuring decoder with: " << AMediaFormat_toString(decoderFormat.get()); in configureDestinationFormat()
592 LOG(INFO) << "Actual output format: " << AMediaFormat_toString(formatCopy); in updateTrackFormat()
/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/base/media/jni/soundpool/
DSound.cpp166 __func__, AMediaFormat_toString(format.get())); in decode()
/frameworks/av/media/ndk/include/media/
DNdkMediaFormat.h70 const char* AMediaFormat_toString(AMediaFormat*) __INTRODUCED_IN(21);
/frameworks/libs/native_bridge_support/libmediandk/
Dstubs_arm.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
446 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
Dstubs_arm64.cc166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
446 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
DStagefrightRecorderTest.cpp212 ALOGI("Track format = %s", AMediaFormat_toString(format)); in validateOutput()
/frameworks/av/media/ndk/
Dlibmediandk.map.txt290 AMediaFormat_toString;
DNdkMediaFormat.cpp68 const char* AMediaFormat_toString(AMediaFormat *mData) { in AMediaFormat_toString() function
DNdkMediaExtractor.cpp501 ALOGV("AMediaFormat_toString:%s", AMediaFormat_toString(fmt)); in AMediaExtractor_getSampleFormat()
/frameworks/av/media/libstagefright/tests/writer/
DWriterTest.cpp358 ALOGI("Track format = %s", AMediaFormat_toString(format)); in extract()