Searched defs:nativeFormat (Results 1 - 3 of 3) sorted by path

/frameworks/av/media/ndk/
H A DNdkMediaCodec.cpp217 sp<AMessage> nativeFormat; local
218 AMediaFormat_getFormat(format, &nativeFormat);
219 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
225 return translate_error(mData->mCodec->configure(nativeFormat, surface,
/frameworks/base/core/jni/
H A Dandroid_media_AudioFormat.h77 static inline int audioFormatFromNative(audio_format_t nativeFormat) argument
79 switch (nativeFormat) {
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp333 int nativeFormat; local
340 nativeFormat = android_view_Surface_mapPublicFormatToHalFormat(
361 if (isFormatOpaque(nativeFormat)) {
370 "Failed to allocate native buffer consumer for format 0x%x", nativeFormat);
379 ctx->setBufferFormat(nativeFormat);
389 width, height, nativeFormat);
392 res = bufferConsumer->setDefaultBufferFormat(nativeFormat);
395 "Failed to set buffer consumer default format 0x%x", nativeFormat);

Completed in 152 milliseconds