HomeSort by relevance Sort by last modified time
    Searched refs:formats (Results 551 - 575 of 868) sorted by null

<<21222324252627282930>>

  /build/soong/common/
variable.go 203 // For now, we only support int formats
  /external/libvorbis/doc/
Vorbis_I_spec.tex 83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 160 # For arithmetic pixel formats return the integer type that matches the whole pixel
163 # For array pixel formats return the integer type that matches the color channel
664 def generate(formats):
676 for format in formats:
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 63 enum pipe_format formats[] = { local
70 for (fmt = formats; *fmt != PIPE_FORMAT_NONE; fmt++) {
  /external/webrtc/talk/media/base/
videocapturer.cc 257 const std::vector<VideoFormat>& formats) {
258 supported_formats_ = formats;
573 // Get the distance between the supported and desired formats.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-p2-director-plugin/0.20.0/
tycho-p2-director-plugin-0.20.0.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
introspect.h 234 uint8_t n_formats; /**< Number of formats supported by the sink. \since 1.0 */
235 pa_format_info **formats; /**< Array of formats supported by the sink. \since 1.0 */ member in struct:pa_sink_info
314 uint8_t n_formats; /**< Number of formats supported by the source. \since 1.0 */
315 pa_format_info **formats; /**< Array of formats supported by the source. \since 1.0 */ member in struct:pa_source_info
    [all...]
  /prebuilts/go/darwin-x86/src/internal/format/
format.go 88 // Format formats the given package file originally obtained from src
  /prebuilts/go/linux-x86/src/internal/format/
format.go 88 // Format formats the given package file originally obtained from src
  /dalvik/opcode-gen/
opcode-gen.awk 198 emission == "libdex-formats" {
343 formats[parts[1]] = line;
387 # formats to try.
  /external/libdrm/
xf86drmMode.h 320 uint32_t *formats; member in struct:_drmModePlane
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 38 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
  /hardware/qcom/msm8994/kernel-headers/sound/
compress_params.h 267 __u32 formats; member in struct:snd_codec_desc
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_params.h 149 /* AAC formats are required for encoders and decoders */
315 * @num: serial number, valid only for OGG formats
372 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines
395 __u32 formats; member in struct:snd_codec_desc
420 * Only required for PCM or IEC formats.
  /hardware/qcom/msm8996/kernel-headers/sound/
compress_params.h 312 __u32 formats; member in struct:snd_codec_desc
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_params.h 153 /* AAC formats are required for encoders and decoders */
320 * @num: serial number, valid only for OGG formats
415 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines
438 __u32 formats; member in struct:snd_codec_desc
463 * Only required for PCM or IEC formats.
  /hardware/qcom/msm8x26/kernel-headers/sound/
compress_params.h 272 __u32 formats; member in struct:snd_codec_desc
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_params.h 148 /* AAC formats are required for encoders and decoders */
314 * @num: serial number, valid only for OGG formats
376 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines
398 __u32 formats; member in struct:snd_codec_desc
422 * Only required for PCM or IEC formats.
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_params.h 265 __u32 formats; member in struct:snd_codec_desc
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_params.h 149 /* AAC formats are required for encoders and decoders */
315 * @num: serial number, valid only for OGG formats
370 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines
393 __u32 formats; member in struct:snd_codec_desc
418 * Only required for PCM or IEC formats.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 591 formats = [name for name, params in get_archive_formats()]
592 self.assertIn('xxx', formats)
595 formats = [name for name, params in get_archive_formats()]
596 self.assertNotIn('xxx', formats)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 591 formats = [name for name, params in get_archive_formats()]
592 self.assertIn('xxx', formats)
595 formats = [name for name, params in get_archive_formats()]
596 self.assertNotIn('xxx', formats)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 591 formats = [name for name, params in get_archive_formats()]
592 self.assertIn('xxx', formats)
595 formats = [name for name, params in get_archive_formats()]
596 self.assertNotIn('xxx', formats)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 591 formats = [name for name, params in get_archive_formats()]
592 self.assertIn('xxx', formats)
595 formats = [name for name, params in get_archive_formats()]
596 self.assertNotIn('xxx', formats)
  /system/keymaster/
android_keymaster_test_utils.cpp     [all...]

Completed in 1609 milliseconds

<<21222324252627282930>>