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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 98 IntSize vSize = decoder->decodedYUVSize(2, ImageDecoder::ActualSize);
102 ASSERT_TRUE(uSize.width() == vSize.width());
103 ASSERT_TRUE(uSize.height() == vSize.height());
  /cts/tests/tests/security/src/android/security/cts/
SELinuxDomainTest.java 283 public long vSize;
286 private ProcessDetails(String procTitle, String label, long vSize, int pid) {
289 this.vSize = vSize;
296 + "\"\tvsize: " + vSize;
300 return vSize == 0;
304 // Get the vSize, item #23 from the stat file
361 // Get the vSize, item #23 from the stat file
363 long vSize = getVsizeFromStat(x);
382 return new ProcessDetails(cmdline, context, vSize, pid)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbitblb.cpp 931 int32_t vSize = vec->size();
932 for (i=0; i<vSize; i++) {
    [all...]
  /external/icu/icu4c/source/common/
rbbitblb.cpp 931 int32_t vSize = vec->size();
932 for (i=0; i<vSize; i++) {
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 865 String8 vSize = create_sizes_str(&mVideoSizes[0], 1);
866 mParameters.set(CameraParameters::KEY_VIDEO_SIZE, vSize.string());
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 895 String8 vSize = create_sizes_str(&mVideoSizes[0], 1);
896 mParameters.set(QCameraParameters::KEY_VIDEO_SIZE, vSize.string());
    [all...]
QualcommCameraHardware.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 6460 milliseconds