/frameworks/base/core/java/android/hardware/camera2/params/ |
ReprocessFormatsMap.java | 27 * Immutable class to store the input to output formats 32 * The mapping of image formats that are supported by this camera device for input streams, 33 * to their corresponding output formats.</p> 64 * (missing output format length or too few output formats) 65 * or if any of the input/formats were not valid 102 "Input %x had too few output formats listed (actual: %d, " + 118 * Get a list of all input image formats that can be used to reprocess an input 121 * <p>Use this input format to look up the available output formats with {@link #getOutputs}. 152 "Input %x had too few output formats listed (actual: %d, " + 167 * Get the list of output formats that can be reprocessed into from the input {@code format} [all...] |
/external/chromium_org/ui/base/dragdrop/ |
os_exchange_data.cc | 101 int formats, 103 if ((formats & STRING) != 0 && HasString()) 105 if ((formats & URL) != 0 && HasURL(CONVERT_FILENAMES)) 108 if ((formats & FILE_CONTENTS) != 0 && provider_->HasFileContents()) 112 if ((formats & HTML) != 0 && provider_->HasHtml()) 115 if ((formats & FILE_NAME) != 0 && provider_->HasFile())
|
/frameworks/av/services/audiopolicy/ |
audio_policy.conf | 36 # The "channel_masks", "formats", "devices" and "flags" are specified using strings corresponding 76 # formats AUDIO_FORMAT_PCM_16_BIT 109 formats AUDIO_FORMAT_PCM_16_BIT 118 formats AUDIO_FORMAT_PCM_16_BIT 132 formats AUDIO_FORMAT_PCM_16_BIT 140 formats AUDIO_FORMAT_PCM_16_BIT
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
Hex.java | 31 * Formats a {@code long} as an 8-byte unsigned hex value. 47 * Formats an {@code int} as a 4-byte unsigned hex value. 63 * Formats an {@code int} as a 3-byte unsigned hex value. 79 * Formats an {@code int} as a 2-byte unsigned hex value. 95 * Formats an {@code int} as either a 2-byte unsigned hex value 111 * Formats an {@code int} as a 1-byte unsigned hex value. 127 * Formats an {@code int} as a 4-bit unsigned hex nibble. 140 * Formats a {@code long} as an 8-byte signed hex value. 164 * Formats an {@code int} as a 4-byte signed hex value. 188 * Formats an {@code int} as a 2-byte signed hex value [all...] |
/dalvik/dx/src/com/android/dx/util/ |
Hex.java | 31 * Formats a {@code long} as an 8-byte unsigned hex value. 47 * Formats an {@code int} as a 4-byte unsigned hex value. 63 * Formats an {@code int} as a 3-byte unsigned hex value. 79 * Formats an {@code int} as a 2-byte unsigned hex value. 95 * Formats an {@code int} as either a 2-byte unsigned hex value 111 * Formats an {@code int} as a 1-byte unsigned hex value. 127 * Formats an {@code int} as a 4-bit unsigned hex nibble. 140 * Formats a {@code long} as an 8-byte signed hex value. 164 * Formats an {@code int} as a 4-byte signed hex value. 188 * Formats an {@code int} as a 2-byte signed hex value [all...] |
/external/chromium_org/tools/gyp/test/cflags/ |
gyptest-cflags.py | 18 FORMATS = ('make', 'ninja') 20 test = TestGyp.TestGyp(formats=FORMATS)
|
/external/deqp/modules/gles2/functional/ |
es2fFboCompletenessTests.cpp | 49 // specification. For now, let's assume the unsized formats corresponding to 50 // the color-renderable sized formats are allowed. 154 // particular combinations of internal formats. If the combination of 155 // formats of the images attached to a framebuffer object are not 209 // exactly one of renderbuffer and texture is supported by vanilla GLES2 formats 219 Formats colorFmts = db.getFormats(COLOR_RENDERABLE); 220 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE); 221 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE); 229 for (Formats::const_iterator col = colorFmts.begin(); col != colorFmts.end(); col++) 233 for (Formats::const_iterator dep = depthFmts.begin(); dep != depthFmts.end(); dep++ [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Hex.java | 31 * Formats a {@code long} as an 8-byte unsigned hex value. 47 * Formats an {@code int} as a 4-byte unsigned hex value. 63 * Formats an {@code int} as a 3-byte unsigned hex value. 79 * Formats an {@code int} as a 2-byte unsigned hex value. 95 * Formats an {@code int} as either a 2-byte unsigned hex value 111 * Formats an {@code int} as a 1-byte unsigned hex value. 127 * Formats an {@code int} as a 4-bit unsigned hex nibble. 140 * Formats a {@code long} as an 8-byte signed hex value. 164 * Formats an {@code int} as a 4-byte signed hex value. 188 * Formats an {@code int} as a 2-byte signed hex value [all...] |
/external/ltrace/ |
lens_default.h | 32 /* A lens that formats integers in octal. */ 35 /* A lens that formats integers in hexadecimal. */ 38 /* A lens that formats integers as either "true" or "false". */
|
/external/pixman/test/ |
rotate-test.c | 7 static const pixman_format_code_t formats[] = variable 46 (formats[prng_rand_n (ARRAY_LENGTH (formats))])
|
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
DecodeThread.java | 52 Vector<BarcodeFormat> formats = new Vector<BarcodeFormat>(); local 53 formats.add(BarcodeFormat.QR_CODE); 54 hints.put(DecodeHintType.POSSIBLE_FORMATS, formats);
|
/external/chromium_org/chrome/browser/renderer_host/pepper/ |
pepper_flash_clipboard_message_filter.h | 29 // supports reading/writing custom formats from the clipboard. Currently, all 30 // custom formats that are read/written from the clipboard through pepper are 32 // clipboard formats are). This is done so that we don't have to have use real 62 const std::vector<uint32_t>& formats,
|
/external/chromium_org/media/formats/mpeg/ |
adts_stream_parser.h | 10 #include "media/formats/mpeg/mpeg_audio_stream_parser_base.h"
|
/external/chromium_org/media/formats/webm/ |
webm_content_encodings.cc | 6 #include "media/formats/webm/webm_content_encodings.h"
|
webm_tracks_parser.h | 20 #include "media/formats/webm/webm_audio_client.h" 21 #include "media/formats/webm/webm_content_encodings_client.h" 22 #include "media/formats/webm/webm_parser.h" 23 #include "media/formats/webm/webm_video_client.h"
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_clipboard_thunk.cc | 46 const uint32_t formats[], 52 instance, clipboard_type, data_item_count, formats, data_items); 71 const PP_Flash_Clipboard_Format formats[], 75 new_formats[i] = static_cast<uint32_t>(formats[i]);
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakevideocapturer.h | 56 // Default supported formats. Use ResetSupportedFormats to over write. 57 std::vector<cricket::VideoFormat> formats; local 58 formats.push_back(cricket::VideoFormat(1280, 720, 60 formats.push_back(cricket::VideoFormat(640, 480, 62 formats.push_back(cricket::VideoFormat(320, 240, 64 formats.push_back(cricket::VideoFormat(160, 120, 66 ResetSupportedFormats(formats); 72 void ResetSupportedFormats(const std::vector<cricket::VideoFormat>& formats) { 73 SetSupportedFormats(formats);
|
/external/chromium_org/third_party/speex/ |
AUTHORS | 18 Patch to speexenc.c for supporting more input formats
|
/external/chromium_org/tools/gyp/test/android/ |
gyptest-make-functions.py | 14 test = TestGyp.TestGyp(formats=['android'])
|
gyptest-noalias.py | 13 test = TestGyp.TestGyp(formats=['android'])
|
gyptest-settings-list.py | 14 test = TestGyp.TestGyp(formats=['android'])
|
gyptest-settings.py | 14 test = TestGyp.TestGyp(formats=['android'])
|
gyptest-space-filenames.py | 13 test = TestGyp.TestGyp(formats=['android'])
|
/external/chromium_org/tools/gyp/test/ios/ |
gyptest-deployment-target.py | 16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-cflags.py | 16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
|