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

  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 31 nativeFormat = NULL;
35 &nativeFormat
48 nativeFormat = NULL;
50 format ? format->nativeFormat : NULL,
51 &nativeFormat
60 nativeFormat,
72 DllExports::GdipDeleteStringFormat(nativeFormat);
78 nativeFormat,
86 SetStatus(DllExports::GdipGetStringFormatFlags(nativeFormat, &flags));
97 nativeFormat,
    [all...]
  /frameworks/av/media/ndk/
NdkMediaCodec.cpp 204 sp<AMessage> nativeFormat;
205 AMediaFormat_getFormat(format, &nativeFormat);
206 ALOGV("configure with format: %s", nativeFormat->debugString(0).c_str());
212 return translate_error(mData->mCodec->configure(nativeFormat, surface,
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 664 int nativeFormat;
669 nativeFormat = Image_getPixelFormat(env, format);
692 ctx->setBufferFormat(nativeFormat);
703 res = consumer->setDefaultBufferFormat(nativeFormat);
    [all...]

Completed in 115 milliseconds