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 93 static inline int audioFormatFromNative(audio_format_t nativeFormat)
95 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 356 int nativeFormat;
363 nativeFormat = android_view_Surface_mapPublicFormatToHalFormat(
389 if (isFormatOpaque(nativeFormat)) {
405 nativeFormat, consumerUsage);
414 ctx->setBufferFormat(nativeFormat);
424 width, height, nativeFormat);
427 res = bufferConsumer->setDefaultBufferFormat(nativeFormat);
430 "Failed to set buffer consumer default format 0x%x", nativeFormat);
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 407 sp<AMessage> nativeFormat;
408 AMediaFormat_getFormat(format, &nativeFormat);
409 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
415 status_t err = mData->mCodec->configure(nativeFormat, surface,
419 err, nativeFormat->debugString(0).c_str());

Completed in 544 milliseconds