HomeSort by relevance Sort by last modified time
    Searched full:p_format (Results 1 - 12 of 12) sorted by null

  /device/lge/mako/camera/hdr/include/
morpho_get_image_size.h 24 * @param p_format ???t?H?[?}?b?g??????
30 morpho_getImageSize(int width, int height, const char *p_format);
37 * @param p_format ???t?H?[?}?b?g??????
43 morpho_getImageSizeY(int width, int height, const char *p_format);
50 * @param p_format ???t?H?[?}?b?g??????
56 morpho_getImageSizeU(int width, int height, const char *p_format);
63 * @param p_format ???t?H?[?}?b?g??????
69 morpho_getImageSizeV(int width, int height, const char *p_format);
76 * @param p_format ???t?H?[?}?b?g??????
82 morpho_getImageSizeUV(int width, int height, const char *p_format);
    [all...]
  /system/core/include/cutils/
logprint.h 56 void android_log_format_free(AndroidLogFormat *p_format);
58 void android_log_setPrintFormat(AndroidLogFormat *p_format,
76 int android_log_addFilterRule(AndroidLogFormat *p_format,
90 int android_log_addFilterString(AndroidLogFormat *p_format,
99 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri);
132 AndroidLogFormat *p_format,
146 AndroidLogFormat *p_format,
  /system/core/liblog/
logprint.c 122 AndroidLogFormat *p_format, const char *tag)
126 for (p_curFilter = p_format->filters
132 return p_format->global_pri;
139 return p_format->global_pri;
143 static void dumpFilters(AndroidLogFormat *p_format)
147 for (p_fi = p_format->filters ; p_fi != NULL ; p_fi = p_fi->p_next) {
150 cPri = filterPriToChar(p_format->global_pri);
155 fprintf(stderr,"*:%c\n", filterPriToChar(p_format->global_pri));
164 AndroidLogFormat *p_format, const char *tag, android_LogPriority pri)
166 return pri >= filterPriForTag(p_format, tag)
945 AndroidLogFormat *p_format; local
    [all...]
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 34 int p_format, int p_glFormat, int p_glType) :
41 format(p_format),
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 35 void subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels);
ColorBuffer.cpp 160 void ColorBuffer::subUpdate(int x, int y, int width, int height, GLenum p_format, GLenum p_type, void *pixels)
167 width, height, p_format, p_type, pixels);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
liblog.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
liblog.so 

Completed in 654 milliseconds