HomeSort by relevance Sort by last modified time
    Searched full:maxsize (Results 126 - 150 of 831) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.h 85 size_t findJpegSize(uint8_t* jpegBuffer, size_t maxSize);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 242 private int makeChildMeasureSpec(int maxSize, int childDimen) {
248 size = maxSize;
252 size = maxSize;
256 size = Math.min(maxSize, childDimen);
  /frameworks/base/packages/SystemUI/res/layout/
navigation_layout.xml 51 systemui:maxSize="@dimen/navigation_bar_deadzone_size_max"
navigation_layout_rot90.xml 51 systemui:maxSize="@dimen/navigation_bar_deadzone_size_max"
  /frameworks/base/packages/SystemUI/res/layout-sw600dp/
navigation_layout_rot90.xml 50 systemui:maxSize="@dimen/navigation_bar_deadzone_size_max"
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 93 * @param maxSize The maximum size (either width or height)
97 final int maxSize) {
108 opts.inSampleSize = Math.max(bounds.x / maxSize, bounds.y / maxSize);
  /hardware/intel/common/libmix/videoencoder/
PVSoftMPEG4Encoder.h 48 virtual Encode_Status getMaxOutSize(uint32_t *maxSize) {return ENCODE_SUCCESS;}
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.h 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_nmea.h 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_nmea.h 39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.h 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_nmea.h 38 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_nmea.h 39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng_nmea.h 39 int loc_eng_nmea_put_checksum(char *pNmea, int maxSize);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
ctime 40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
__init__.py 213 def Queue(maxsize=0):
218 return Queue(maxsize)
220 def JoinableQueue(maxsize=0):
225 return JoinableQueue(maxsize)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
__init__.py 213 def Queue(maxsize=0):
218 return Queue(maxsize)
220 def JoinableQueue(maxsize=0):
225 return JoinableQueue(maxsize)
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
ctime 40 size_t strftime(char* restrict s, size_t maxsize, const char* restrict format,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 213 def Queue(maxsize=0):
218 return Queue(maxsize)
220 def JoinableQueue(maxsize=0):
225 return JoinableQueue(maxsize)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
__init__.py 213 def Queue(maxsize=0):
218 return Queue(maxsize)
220 def JoinableQueue(maxsize=0):
225 return JoinableQueue(maxsize)
  /toolchain/binutils/binutils-2.25/opcodes/
xtensa-dis.c 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
153 maxsize = xtensa_isa_maxlength (xtensa_default_isa);
165 info->bytes_per_line = MAX (maxsize, 4);
172 byte_buf = (bfd_byte *) xmalloc (MAX (maxsize, 4));
  /external/elfutils/tests/
showptable.c 123 size_t maxsize; local
124 char *filedata = elf_rawfile (elf, &maxsize);
126 if (filedata != NULL && phdr->p_offset < maxsize)
  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixWriter.cpp 63 CBC_Dimension* maxSize = NULL;
66 contents, ecLevel, shape, minSize, maxSize, e);
69 encoded.GetLength(), shape, minSize, maxSize, TRUE, e);
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 72 // The value of maxSize here is a compromise between cache hits and cache size.
136 SkFontHostRequestCache(size_t maxSize) : fCachedResults(maxSize) {}
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
LevelTrackingMediaRecorder.java 92 final MediaRecorder.OnInfoListener infoListener, int maxSize) {
104 maxSize *= MAX_SIZE_RATIO;
111 mRecorder.setMaxFileSize(maxSize);

Completed in 1362 milliseconds

1 2 3 4 56 7 8 91011>>