Searched refs:nativeFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_media_AudioFormat.h56 static inline int audioFormatFromNative(audio_format_t nativeFormat) argument
58 switch (nativeFormat) {
/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp204 sp<AMessage> nativeFormat; local
205 AMediaFormat_getFormat(format, &nativeFormat);
206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
212 return translate_error(mData->mCodec->configure(nativeFormat, surface,
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp685 int nativeFormat; local
690 nativeFormat = Image_getPixelFormat(env, format);
713 ctx->setBufferFormat(nativeFormat);
724 res = consumer->setDefaultBufferFormat(nativeFormat);

Completed in 373 milliseconds