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

<<111213141516

  /external/ImageMagick/www/api/
magick-property.php 783 <p>MagickGetResolution() gets the image X and Y resolution.</p>
804 <dd>the x-resolution. </dd>
808 <dd>the y-resolution. </dd>
    [all...]
profile.php 302 <p>SyncImageProfiles() synchronizes image properties with the image profiles. Currently we only support updating the EXIF resolution and orientation.</p>
  /device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWI.h 335 bool is4k2kResolution(cam_dimension_t* resolution);
  /device/huawei/angler/camera/
QCamera_Intf.h 815 struct camera_size_type resolution; member in struct:__anon3729
  /device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWI.h 335 bool is4k2kResolution(cam_dimension_t* resolution);
  /device/lge/bullhead/camera/
QCamera_Intf.h 815 struct camera_size_type resolution; member in struct:__anon4281
  /device/moto/shamu/camera/QCamera2/HAL/
QCamera2HWI.h 337 bool is4k2kResolution(cam_dimension_t* resolution);
  /device/moto/shamu/camera/
QCamera_Intf.h 815 struct camera_size_type resolution; member in struct:__anon5059
  /external/dng_sdk/source/
dng_negative.cpp 262 const dng_resolution *resolution,
275 // Optionally include the resolution tags.
279 if (resolution)
281 res = *resolution;
289 if (resolution)
    [all...]
  /external/libvorbis/examples/
frameview.pl 231 -resolution=>1,
  /external/libvpx/libvpx/
configure 57 ${toggle_multi_res_encoding} enable multiple-resolution encoding
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 167 vp8_multi_resolution_encoder.DESCRIPTION = VP8 Multiple-resolution Encoding
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 373 bool is4k2kResolution(cam_dimension_t* resolution);
  /hardware/qcom/camera/
QCamera_Intf.h 815 struct camera_size_type resolution; member in struct:__anon31851
  /hardware/qcom/camera/msmcobalt/
QCamera_Intf.h 815 struct camera_size_type resolution; member in struct:__anon32512
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 187 uint32_t resolution; /**< Resolutions in units/m */ member in struct:__anon37830
    [all...]
XIproto.h 289 CARD32 resolution B32;
817 CARD32 resolution B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seq.h 503 void snd_seq_queue_timer_set_resolution(snd_seq_queue_timer_t *info, unsigned int resolution);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
input.h 51 __s32 resolution; member in struct:input_absinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XI2proto.h 185 uint32_t resolution; /**< Resolutions in units/m */ member in struct:__anon39693
    [all...]
XIproto.h 289 CARD32 resolution B32;
817 CARD32 resolution B32;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
seq.h 503 void snd_seq_queue_timer_set_resolution(snd_seq_queue_timer_t *info, unsigned int resolution);
  /system/core/toolbox/
getevent.c 197 printf(" : value %d, min %d, max %d, fuzz %d, flat %d, resolution %d",
199 abs.resolution);
  /external/v8/src/
counters.h 230 enum Resolution {
236 HistogramTimer(const char* name, int min, int max, Resolution resolution,
239 resolution_(resolution) {}
259 Resolution resolution_;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.cc 914 // Get symbol resolution info.
939 syms[i].resolution = LDPR_PREEMPTED_REG;
996 isym->resolution = res;
    [all...]

Completed in 1707 milliseconds

<<111213141516