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

  /external/deqp/framework/common/
tcuFloatFormat.cpp 271 static FloatFormat nativeFormat (void)
290 return nativeFormat<float>();
295 return nativeFormat<double>();
  /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 82 milliseconds