HomeSort by relevance Sort by last modified time
    Searched full:formats (Results 376 - 400 of 4480) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/drivers/r600/
r600_formats.h 7 /* list of formats from R700 ISA document - apply across GPUs in different registers */
108 /* No scaled/norm formats with 32 bits per channel. */
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.h 51 /* supported formats */
52 uint32_t formats; member in struct:wayland_display
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.h 39 * Set up a stream for formats that have 2 dimensions, such as RAW and YUV.
45 * Set up a stream for formats that have a variable buffer size for the same
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pProvDiscEvent.java 47 * @param string formats supported include
54 * Note: The events formats can be looked up in the wpa_supplicant code
  /hardware/intel/common/libva/test/basic/
testplan.txt 80 - Query image formats
100 - Query subpicture formats
  /external/chromium_org/third_party/icu/source/i18n/unicode/
choicfmt.h 190 * Copies the limits and formats instead of adopting them.
193 * @param formats Array of formats.
194 * @param count Size of 'limits' and 'formats' arrays.
198 const UnicodeString* formats,
204 * Copies the limits and formats instead of adopting them.
211 * @param formats Array of formats
212 * @param count Size of 'limits', 'closures', and 'formats' arrays
217 const UnicodeString* formats,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
choicfmt.h 190 * Copies the limits and formats instead of adopting them.
193 * @param formats Array of formats.
194 * @param count Size of 'limits' and 'formats' arrays.
198 const UnicodeString* formats,
204 * Copies the limits and formats instead of adopting them.
211 * @param formats Array of formats
212 * @param count Size of 'limits', 'closures', and 'formats' arrays
217 const UnicodeString* formats,
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
date.c 252 * Formats @yr in xsl:gYear format. Result is appended to @cur and
311 * Formats a 2-digits integer. Result is appended to @cur and
352 * Formats a float. Result is appended to @cur and @cur is updated to
405 * Formats @mon in xsl:gMonth format. Result is appended to @cur and
447 * Formats @dt in xsl:gDay format. Result is appended to @cur and
458 * Formats @dt in xsl:date format. Result is appended to @cur and
531 * Formats @dt in xsl:time format. Result is appended to @cur and
625 * Formats @tzo timezone. Result is appended to @cur and
1099 * Formats @dt in xs:duration format.
1178 * Formats @dt in xs:dateTime format
    [all...]
  /external/chromium_org/media/formats/mp2t/
mp2t_stream_parser.cc 5 #include "media/formats/mp2t/mp2t_stream_parser.h"
16 #include "media/formats/mp2t/es_parser.h"
17 #include "media/formats/mp2t/es_parser_adts.h"
18 #include "media/formats/mp2t/es_parser_h264.h"
19 #include "media/formats/mp2t/es_parser_mpeg1audio.h"
20 #include "media/formats/mp2t/mp2t_common.h"
21 #include "media/formats/mp2t/ts_packet.h"
22 #include "media/formats/mp2t/ts_section.h"
23 #include "media/formats/mp2t/ts_section_pat.h"
24 #include "media/formats/mp2t/ts_section_pes.h
    [all...]
es_parser_mpeg1audio.cc 5 #include "media/formats/mp2t/es_parser_mpeg1audio.h"
18 #include "media/formats/common/offset_byte_queue.h"
19 #include "media/formats/mp2t/mp2t_common.h"
20 #include "media/formats/mpeg/mpeg1_audio_stream_parser.h"
ts_section_pes.h 12 #include "media/formats/mp2t/ts_section.h"
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.xml 68 ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates
70 formats.</para>
135 formats to standard output, use <quote>help</quote> as
143 for a list of supported object formats.</para>
156 and type information. Available debug formats vary between
157 different object formats; <command>yasm</command> will error
160 available debugging formats to standard output, use
168 for a list of supported debugging formats.</para>
182 To print a list of available list file formats to standard
213 object formats such as COFF and ELF. To print a list o
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm.1 32 (2 or 3 clause) BSD license\&. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats\&.
84 \(lqbin\(rq, which is a flat format binary with no relocation\&. To print a list of available object formats to standard output, use
89 for a list of supported object formats\&.
94 Selects the debugging format for debug information\&. Debugging information can be used by a debugger to associate executable code back to the source file or get data structure and type information\&. Available debug formats vary between different object formats;
96 will error when an invalid combination is selected\&. The default object format is selected by the object format\&. To print a list of available debugging formats to standard output, use
101 for a list of supported debugging formats\&.
107 \(lqnasm\(rq, which mimics the NASM list file format\&. To print a list of available list file formats to standard output, use
124 \(lqamd64\(rq, which is used for the 64\-bit instruction set\&. This differentiation is required to generate the proper object file for relocatable object formats such as COFF and ELF\&. To print a list of available machines for a given architecture to standard (…)
    [all...]
  /external/iputils/
tftpd.c 100 struct formats;
102 void sendfile(struct formats *pf);
103 void recvfile(struct formats *pf);
205 struct formats { struct
208 void (*f_send)(struct formats*);
209 void (*f_recv)(struct formats*);
211 } formats[] = { variable in typeref:struct:formats
227 register struct formats *pf;
249 for (pf = formats; pf->f_mode; pf++)
349 void sendfile(struct formats *pf
    [all...]
  /hardware/libhardware/modules/usbaudio/
alsa_device_profile.c 67 for (index = 0; index < ARRAY_SIZE(profile->formats); index++) {
68 profile->formats[index] = PCM_FORMAT_INVALID;
177 return profile_is_valid(profile) ? profile->formats[0] : DEFAULT_SAMPLE_FORMAT;
183 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++) {
184 if (profile->formats[index] == fmt) {
266 profile->formats[num_written++] = format;
267 if (num_written == ARRAY_SIZE(profile->formats) - 1) {
372 /* Formats */
414 /* TODO remove this hack when we have support for input in non PCM16 formats */
425 for (index = 0; profile->formats[index] != PCM_FORMAT_INVALID; index++)
    [all...]
  /frameworks/base/docs/html/guide/topics/media/
exoplayer.jd 60 to handle additional media formats, and because you include it as part of your app code,
63 <p>This guide describes how to use ExoPlayer for playing Android supported media formats, as well as
114 samples. They can handle all audio and video formats supported by a given Android device
115 (see <a href="http://developer.android.com/guide/appendix/media-formats.html">Supported Media
116 Formats</a> for details). The ExoPlayer library also provides an implementation for rendering
159 In order to render media formats supported by the Android framework, the {@code
162 supported by the version of Android where it is running. For more information about media formats
163 supported by Android, see <a href="{@docRoot}guide/appendix/media-formats.html">Supported
164 Media Formats</a>.
173 media formats supported by Android using {@code FrameworkSampleSource
    [all...]
  /development/ndk/platforms/android-3/arch-arm/include/machine/
ieee.h 83 * The ARM has two sets of FP data formats. The FPA supports 32-bit, 64-bit
84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports
85 * 32-bin and 64-bit IEEE formats with the words in the CPU's native byte
88 * The FPA also has two packed decimal formats, but we ignore them here.
  /development/ndk/platforms/android-3/header-patches/include/machine/
ieee.h 83 * The ARM has two sets of FP data formats. The FPA supports 32-bit, 64-bit
84 * and 96-bit IEEE formats, with the words in big-endian order. VFP supports
85 * 32-bin and 64-bit IEEE formats with the words in the CPU's native byte
88 * The FPA also has two packed decimal formats, but we ignore them here.
  /external/apache-http/src/org/apache/http/message/
HeaderValueFormatter.java 68 * Formats an array of header elements.
87 * Formats one header element.
107 * Formats the parameters of a header element.
128 * Formats one name-value pair, where the value is optional.
  /external/blktrace/doc/
blkrawverify.1 16 \fIblktrace\fR. It will check for valid event formats, forward progressing
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 20 // We are concerned about 16, 32-bit formats only. The below are the most
21 // used 16, 32-bit formats. In future if any new format support is needed
24 // formats yet.
34 // Further any formats, support should be checked here.
  /external/chromium_org/content/renderer/media/
media_stream_video_source.h 42 // the formats and call StartSourceImpl. The source implementation must call
95 // An implementation must fetch the formats that can currently be used by
131 void OnSupportedFormats(const media::VideoCaptureFormats& formats);
137 const media::VideoCaptureFormats& formats,
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_renderbuffer_format_BGRA8888.txt 32 Modifications to Table 4.5 (Renderbuffer image formats)
  /external/chromium_org/media/formats/common/
offset_byte_queue.cc 5 #include "media/formats/common/offset_byte_queue.h"
  /external/chromium_org/media/formats/mp4/
sample_to_group_iterator.cc 5 #include "media/formats/mp4/sample_to_group_iterator.h"

Completed in 667 milliseconds

<<11121314151617181920>>