HomeSort by relevance Sort by last modified time
    Searched refs:resolution (Results 126 - 150 of 387) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 653 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
654 unsigned long resolution_min; /* minimal period resolution in ns */
655 unsigned long resolution_max; /* maximal period resolution in ns */
669 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
670 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
671 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
686 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
705 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
729 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 652 unsigned long resolution; member in struct:snd_timer_ginfo
670 unsigned long resolution; member in struct:snd_timer_gstatus
689 unsigned long resolution; member in struct:snd_timer_info
709 unsigned int resolution; member in struct:snd_timer_status
735 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 662 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
663 unsigned long resolution_min; /* minimal period resolution in ns */
664 unsigned long resolution_max; /* maximal period resolution in ns */
678 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
679 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
680 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
695 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
714 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
738 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 646 unsigned long resolution; member in struct:snd_timer_ginfo
664 unsigned long resolution; member in struct:snd_timer_gstatus
682 unsigned long resolution; member in struct:snd_timer_info
702 unsigned int resolution; member in struct:snd_timer_status
729 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 652 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
653 unsigned long resolution_min; /* minimal period resolution in ns */
654 unsigned long resolution_max; /* maximal period resolution in ns */
668 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
669 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
670 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
685 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
704 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
728 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 646 unsigned long resolution; member in struct:snd_timer_ginfo
664 unsigned long resolution; member in struct:snd_timer_gstatus
682 unsigned long resolution; member in struct:snd_timer_info
702 unsigned int resolution; member in struct:snd_timer_status
729 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 652 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
653 unsigned long resolution_min; /* minimal period resolution in ns */
654 unsigned long resolution_max; /* maximal period resolution in ns */
668 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
669 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
670 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
685 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
704 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
728 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 575 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
576 unsigned long resolution_min; /* minimal period resolution in ns */
577 unsigned long resolution_max; /* maximal period resolution in ns */
591 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
592 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
593 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
608 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
627 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
651 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 582 unsigned long resolution; /* average period resolution in ns */ member in struct:snd_timer_ginfo
583 unsigned long resolution_min; /* minimal period resolution in ns */
584 unsigned long resolution_max; /* maximal period resolution in ns */
598 unsigned long resolution; /* current period resolution in ns */ member in struct:snd_timer_gstatus
599 unsigned long resolution_num; /* precise current period resolution (in seconds) - numerator */
600 unsigned long resolution_den; /* precise current period resolution (in seconds) - denominator */
615 unsigned long resolution; /* average period resolution in ns * member in struct:snd_timer_info
634 unsigned int resolution; \/* current period resolution in ns *\/ member in struct:snd_timer_status
658 unsigned int resolution; member in struct:snd_timer_read
    [all...]
  /external/ImageMagick/MagickCore/
annotate.c 241 % %x x resolution (density)
242 % %y y resolution (density)
255 % %U image resolution units
1290 resolution; local
1854 resolution; local
    [all...]
  /external/doclava/src/com/google/doclava/
MethodInfo.java 756 private ArrayList<Resolution> mResolutions;
962 for (Resolution r : mResolutions) {
967 public void addResolution(Resolution resolution) {
969 mResolutions = new ArrayList<Resolution>();
972 mResolutions.add(resolution);
976 ArrayList<Resolution> resolutions = mResolutions;
977 mResolutions = new ArrayList<Resolution>();
980 for (Resolution resolution : resolutions)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar 
  /external/autotest/client/cros/multimedia/
display_facade_native.py 189 """Sets the resolution of the specified display.
191 @param display_index: index of the display to set resolution for.
192 @param width: width of the resolution
193 @param height: height of the resolution
194 @param timeout: maximal time in seconds waiting for the new resolution
245 raise TimeoutException('Failed to change resolution to %r (%r'
253 """Gets the resolution of the external screen.
255 @return The resolution tuple (width, height)
260 """Gets the resolution of the internal screen.
262 @return The resolution tuple (width, height) or None if internal scree
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 183 vector<float> getFullScreenGrid (int resolution, deUint32 seed, float baseDepth, float depthNoise, float xyNoise)
185 const int gridsize = resolution+1;
193 const bool isEdge = x == 0 || y == 0 || x == resolution || y == resolution;
194 const float x_ = float(x)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise));
195 const float y_ = float(y)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise));
201 retval.reserve(resolution*resolution*6);
203 for (int y = 0; y < resolution; y++)
204 for (int x = 0; x < resolution; x++
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java 173 SelectableResolution resolution = mSupportedResolutions.get(position);
174 switchToCamera(resolution, false);
447 private void switchToCamera(SelectableResolution resolution, boolean startPreview) {
453 mSelectedResolution = resolution;
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
smoothness.py 308 This looks at tiles which are missing or of low or non-ideal resolution.
321 '(checkerboarding, low-resolution tiles, etc.).',
330 non-ideal resolution.
  /external/compiler-rt/lib/lsan/
lsan_common.cc 358 u32 resolution = flags()->resolution; local
360 if (resolution > 0) {
362 stack.size = Min(stack.size, resolution);
  /external/dng_sdk/source/
dng_image_writer.h 39 /// \brief Image resolution.
1093 /// \param resolution If non-NULL, TIFF will be tagged with this resolution.
1105 const dng_resolution *resolution = NULL,
1117 const dng_resolution *resolution = NULL,
1132 /// \param resolution If non-NULL, TIFF will be tagged with this resolution.
1145 const dng_resolution *resolution = NULL,
1158 const dng_resolution *resolution = NULL,
  /external/v8/third_party/binutils/Linux_x64/Release/include/
plugin-api.h 94 int resolution; member in struct:ld_plugin_symbol
231 /* The linker's interface for retrieving symbol resolution information. */
  /hardware/libhardware/modules/input/evdev/
InputHost.h 81 float resolution);
InputHub.h 47 int32_t resolution = 0; // resolution in units per mm or radians per mm member in struct:android::AbsoluteAxisInfo
  /hardware/libhardware/tests/nusensors/
nusensors.cpp 97 list[i].resolution,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/
plugin-api.h 94 int resolution; member in struct:ld_plugin_symbol
231 /* The linker's interface for retrieving symbol resolution information. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/
plugin-api.h 94 int resolution; member in struct:ld_plugin_symbol
231 /* The linker's interface for retrieving symbol resolution information. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
sync.h 162 XSyncValue resolution; /* resolution of this system counter */ member in struct:_XSyncSystemCounter

Completed in 698 milliseconds

1 2 3 4 56 7 8 91011>>