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

  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 217 sp<AMessage> nativeFormat;
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/media/jni/
android_media_ImageReader.cpp 333 int nativeFormat;
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 670 milliseconds