Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/tests/benchmark/src/native/common/
H A DBenchmarkCommon.cpp52 ALOGV("OnFormatChangedCB: format(%s)", AMediaFormat_toString(format)); in OnFormatChangedCB()
94 const char *s = AMediaFormat_toString(format); in createMediaCodec()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A 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()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A 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()
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/
H A 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()
/aosp12/frameworks/av/media/tests/benchmark/src/native/decoder/
H A DDecoder.cpp128 ALOGV("%s { %s }", __FUNCTION__, AMediaFormat_toString(format)); in onFormatChanged()
202 const char *s = AMediaFormat_toString(mFormat); in decode()
/aosp12/frameworks/base/media/jni/soundpool/
H A DSound.cpp166 __func__, AMediaFormat_toString(format.get())); in decode()
/aosp12/frameworks/av/media/ndk/include/media/
H A DNdkMediaFormat.h70 const char* AMediaFormat_toString(AMediaFormat*) __INTRODUCED_IN(21);
/aosp12/frameworks/libs/native_bridge_support/libmediandk/
H A Dstubs_arm.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
470 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
H A Dstubs_arm64.cc169 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString);
470 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
/aosp12/frameworks/av/media/libmediaplayerservice/tests/stagefrightRecorder/
H A DStagefrightRecorderTest.cpp212 ALOGI("Track format = %s", AMediaFormat_toString(format)); in validateOutput()
/aosp12/frameworks/av/media/ndk/
H A Dlibmediandk.map.txt293 AMediaFormat_toString;
H A DNdkMediaFormat.cpp68 const char* AMediaFormat_toString(AMediaFormat *mData) { in AMediaFormat_toString() function
H A DNdkMediaExtractor.cpp501 ALOGV("AMediaFormat_toString:%s", AMediaFormat_toString(fmt)); in AMediaExtractor_getSampleFormat()
/aosp12/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp358 ALOGI("Track format = %s", AMediaFormat_toString(format)); in extract()