HomeSort by relevance Sort by last modified time
    Searched refs:nativeFormat (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_media_AudioFormat.h 81 static inline int audioFormatFromNative(audio_format_t nativeFormat)
83 switch (nativeFormat) {
  /external/deqp/framework/common/
tcuFloatFormat.cpp 271 static FloatFormat nativeFormat (void)
290 return nativeFormat<float>();
295 return nativeFormat<double>();
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 337 int nativeFormat;
344 nativeFormat = android_view_Surface_mapPublicFormatToHalFormat(
370 if (isFormatOpaque(nativeFormat)) {
386 nativeFormat, consumerUsage);
395 ctx->setBufferFormat(nativeFormat);
405 width, height, nativeFormat);
408 res = bufferConsumer->setDefaultBufferFormat(nativeFormat);
411 "Failed to set buffer consumer default format 0x%x", nativeFormat);
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 231 sp<AMessage> nativeFormat;
232 AMediaFormat_getFormat(format, &nativeFormat);
233 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
239 return translate_error(mData->mCodec->configure(nativeFormat, surface,

Completed in 641 milliseconds