Searched refs:AMediaFormat_toString (Results 1 – 14 of 14) sorted by relevance
/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkCommon.cpp | 52 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/ |
D | Encoder.cpp | 144 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/ |
D | MediaTranscoderTests.cpp | 240 << 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/ |
D | VideoTrackTranscoder.cpp | 152 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/ |
D | Decoder.cpp | 128 ALOGV("%s { %s }", __FUNCTION__, AMediaFormat_toString(format)); in onFormatChanged() 202 const char *s = AMediaFormat_toString(mFormat); in decode()
|
/frameworks/base/media/jni/soundpool/ |
D | Sound.cpp | 166 __func__, AMediaFormat_toString(format.get())); in decode()
|
/frameworks/av/media/ndk/include/media/ |
D | NdkMediaFormat.h | 70 const char* AMediaFormat_toString(AMediaFormat*) __INTRODUCED_IN(21);
|
/frameworks/libs/native_bridge_support/libmediandk/ |
D | stubs_arm.cc | 166 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaFormat_toString); 446 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaFormat_toString); in init_stub_library()
|
D | stubs_arm64.cc | 166 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/ |
D | StagefrightRecorderTest.cpp | 212 ALOGI("Track format = %s", AMediaFormat_toString(format)); in validateOutput()
|
/frameworks/av/media/ndk/ |
D | libmediandk.map.txt | 290 AMediaFormat_toString;
|
D | NdkMediaFormat.cpp | 68 const char* AMediaFormat_toString(AMediaFormat *mData) { in AMediaFormat_toString() function
|
D | NdkMediaExtractor.cpp | 501 ALOGV("AMediaFormat_toString:%s", AMediaFormat_toString(fmt)); in AMediaExtractor_getSampleFormat()
|
/frameworks/av/media/libstagefright/tests/writer/ |
D | WriterTest.cpp | 358 ALOGI("Track format = %s", AMediaFormat_toString(format)); in extract()
|