HomeSort by relevance Sort by last modified time
    Searched refs:compressed (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 390 unsigned compressed = 0; local
398 compressed = (rctx->export_16bpc >> cbuf) & 0x1;
402 if (compressed) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_miptree.c 38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed)
106 if (!compressed)
  /external/libvorbis/
libvorbis.spec 26 general-purpose compressed audio format for audio and music at fixed
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 38 nv50_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed)
106 if (!compressed)
  /external/zlib/src/contrib/pascal/
example.pas 82 procedure test_gzio(const fname: PChar; (* compressed file name *)
297 (* Feed in already compressed data and switch to no compression: *)
389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
430 d_stream.avail_in := Integer(comprLen-2); (* read all compressed data *)
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 100 * @param compressed true to enable compression; else, false to disable
103 public void setCompressedLayoutHeirarchy(boolean compressed) {
104 getAutomatorBridge().setCompressedLayoutHierarchy(compressed);
  /frameworks/uiautomator/core/com/android/uiautomator/core/
UiDevice.java 100 * @param compressed true to enable compression; else, false to disable
103 public void setCompressedLayoutHeirarchy(boolean compressed) {
104 getAutomatorBridge().setCompressedLayoutHierarchy(compressed);
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlIO.h 134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 172 * Compressed Multisample Surface. The surface is stored as in
218 bool compressed; member in struct:intel_mipmap_tree
348 * the necessary information to implement compressed MSAA on Gen7+
  /external/chromium_org/third_party/opus/src/celt/
celt.c 893 int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc)
974 compressed[0] = tmp<<5;
975 compressed[0] |= LM<<3;
976 compressed[0] |= (C==2)<<2;
980 int c0 = toOpus(compressed[0]);
983 compressed[0] = c0;
985 compressed++;
1019 ec_enc_init(&_enc, compressed, nbCompressedBytes);
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 172 * Compressed Multisample Surface. The surface is stored as in
218 bool compressed; member in struct:intel_mipmap_tree
348 * the necessary information to implement compressed MSAA on Gen7+
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java     [all...]
  /external/chromium/net/spdy/
spdy_framer.cc 540 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
574 if (compressed) {
582 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
614 if (compressed) {
692 SpdyControlFlags flags, bool compressed, const SpdyHeaderBlock* headers) {
724 if (compressed) {
    [all...]
  /external/chromium_org/net/spdy/
spdy_framer.cc 915 // kZStandardData is compressed normally, save that it will never match
918 // kZCookieData is compressed in its own Huffman blocks and only matches in
924 // kZHuffmanOnlyData is only Huffman compressed - no matches are performed
978 // manner that resists the length of the compressed data from compromisin
    [all...]
  /external/valgrind/main/callgrind/
callgrind_annotate.in 189 # hash(context, index) => realname for compressed traces
190 my %compressed;
386 $realname = $compressed{$context,$index};
389 $compressed{$context,$index} = $realname;
    [all...]
  /external/chromium_org/net/cert/
crl_set.cc 114 // in turn with a zlib compressed array of options: either the CRL is the same,
288 base::StringPiece compressed(data->data(), compressed_size);
290 return DecompressZlib(&(*out_changes)[0], uncompressed_size, compressed);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 688 as a compressed two-dimensional textures. When specifying or querying
689 compressed images using one of the S3TC formats, the images are provided
695 those specific to three-dimensional images, are ignored when compressed
701 array textures in this extension. If compressed one-dimensional arrays
    [all...]
MESA_texture_signed_rgba.spec 44 ARB_texture_compression_rgtc introduces some compressed red and
  /external/mesa3d/docs/
MESA_texture_array.spec 688 as a compressed two-dimensional textures. When specifying or querying
689 compressed images using one of the S3TC formats, the images are provided
695 those specific to three-dimensional images, are ignored when compressed
701 array textures in this extension. If compressed one-dimensional arrays
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm     [all...]
  /external/chromium_org/net/quic/crypto/
crypto_server_config.cc 722 const string compressed = CertCompressor::CompressChain( local
736 signature.size() + compressed.size() < max_unverified_size) {
737 out->SetStringPiece(kCertificateTag, compressed);
    [all...]
  /external/chromium_org/v8/samples/
shell.cc 36 #error Using compressed startup data is not supported for this sample
  /external/v8/samples/
shell.cc 36 #error Using compressed startup data is not supported for this sample
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 243 // encoded to get the correct compressed image data.
264 * @param {string} data Compressed image data.

Completed in 1967 milliseconds

1 2 34 5 6