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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/media/formats/mp2t/
es_parser.cc 5 #include "media/formats/mp2t/es_parser.h"
7 #include "media/formats/common/offset_byte_queue.h"
es_parser_adts_unittest.cc 12 #include "media/formats/mp2t/es_parser_adts.h"
13 #include "media/formats/mp2t/es_parser_test_base.h"
  /external/chromium_org/media/formats/mpeg/
adts_stream_parser_unittest.cc 5 #include "media/formats/common/stream_parser_test_base.h"
6 #include "media/formats/mpeg/adts_stream_parser.h"
  /external/chromium_org/media/formats/webm/
webm_content_encodings_client.h 15 #include "media/formats/webm/webm_content_encodings.h"
16 #include "media/formats/webm/webm_parser.h"
  /external/chromium_org/media/video/capture/mac/
video_capture_device_decklink_mac.h 25 // Gets the supported formats of a particular device attached to the system,
26 // identified by |device|. Formats are retrieved from the DeckLink SDK.
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
formatutils11.h 7 // formatutils11.h: Queries for GL image formats and their translations to D3D11
8 // formats.
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
ARB_texture_float.xml 19 <!-- Note only the RGBA/RGB formats have unsuffixed core GL equivalents,
20 since LUMINANCE/INTENSITY/ALPHA formats were deprecated. -->
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_format.c 4 #include "main/formats.h"
50 * formats.
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 86 * WGL doesn't have precise rules for the ordering of formats returned
88 * formats returned by wglChoosePixelFormat. The rules in decreasing
90 * * Choose formats with the smallest sample count that is >=
91 * desiredSampleCount (or the largest sample count if all formats have
93 * * Choose formats with the fewest color samples when coverage sampling
95 * * If the above rules leave multiple formats, choose the one that
96 * appears first in the formats array parameter.
98 int selectFormat(const int formats[],
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
debug.proto 15 // May contain interleaved or deinterleaved data, but don't store both formats.
25 // May contain interleaved or deinterleaved data, but don't store both formats.
  /external/chromium_org/tools/telemetry/telemetry/results/
output_formatter.py 9 An OutputFormatter takes PageTestResults, formats the results
25 """Formats the given PageTestResults into the output stream.
  /external/compiler-rt/unittests/
lit.common.unit.cfg 9 import lit.formats
13 config.test_format = lit.formats.GoogleTest(llvm_build_mode, "Test")
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 159 // Uncompressed formats.
160 ExtGroup(this, "uncompressed_texture_formats", "Uncompressed texture formats")
173 // Compressed formats.
174 ExtGroup(this, "compressed_texture_formats", "Compressed texture formats")
214 // Vertex data formats.
215 ExtGroup(this, "vertex_data_formats", "Vertex data formats")
228 // Shader binary formats.
229 ExtGroup(this, "shader_binary_formats", "Shader binary formats")
  /external/libpng/contrib/conftest/
s_write.dfa 29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
31 # changed to match common hardware formats.
simple.dfa 30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
32 # changed to match common hardware formats.
  /external/llvm/utils/lit/tests/Inputs/test-data/
lit.cfg 7 import lit.formats
10 class DummyFormat(lit.formats.FileBasedTest):
  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_float.xml 19 <!-- Note only the RGBA/RGB formats have unsuffixed core GL equivalents,
20 since LUMINANCE/INTENSITY/ALPHA formats were deprecated. -->
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 4 #include "main/formats.h"
50 * formats.
  /frameworks/av/services/audiopolicy/
audio_policy_conf.h 47 #define FORMATS_TAG "formats"
53 // "formats" in outputs descriptors indicating that supported
  /frameworks/base/media/java/android/media/
AudioMixPort.java 30 int[] formats, AudioGain[] gains) {
31 super(handle, role, samplingRates, channelMasks, formats, gains);
  /hardware/libhardware_legacy/include/hardware_legacy/
audio_policy_conf.h 46 #define FORMATS_TAG "formats"
52 // "formats" in outputs descriptors indicating that supported
  /sdk/eclipse/artifacts/bundles/
pom.xml 42 <formats>
46 </formats>
  /external/chromium_org/content/renderer/media/
media_stream_video_source.cc 198 // Removes media::VideoCaptureFormats from |formats| that don't meet
203 media::VideoCaptureFormats* formats) {
208 media::VideoCaptureFormats::iterator format_it = formats->begin();
209 while (format_it != formats->end()) {
213 format_it = formats->erase(format_it);
304 const media::VideoCaptureFormats& formats,
306 media::VideoCaptureFormats::const_iterator it = formats.begin();
307 media::VideoCaptureFormats::const_iterator best_it = formats.begin();
309 for (; it != formats.end(); ++it) {
326 const media::VideoCaptureFormats& formats,
546 media::VideoCaptureFormats formats; local
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.h 16 // constructed using a string representing 16, 32, or 128 bit UUID formats.
19 // Possible representation formats used during construction.
29 // formats:
59 // this representation can have the following formats:
81 // the supported sizes, this representation can have the following formats:
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource.cc 55 // List of formats used if the camera doesn't support capability enumeration.
195 // Removes cricket::VideoFormats from |formats| that don't meet |constraint|.
199 std::vector<cricket::VideoFormat>* formats) {
201 formats->begin();
202 while (format_it != formats->end()) {
207 format_it = formats->erase(format_it);
251 const std::vector<cricket::VideoFormat>& formats) {
252 ASSERT(formats.size() > 0);
256 std::vector<cricket::VideoFormat>::const_iterator it = formats.begin();
257 std::vector<cricket::VideoFormat>::const_iterator best_it = formats.begin()
375 std::vector<cricket::VideoFormat> formats; local
    [all...]

Completed in 3150 milliseconds

1 2 3 4 5 67 8 91011>>