Searched refs:Format (Results 251 - 275 of 912) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/skia/src/ports/
H A DSkImageDecoder_WIC.cpp64 * @param format Out parameter for the SkImageDecoder::Format of the SkStream. Only used if
67 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
75 SkImageDecoder::Format fFormat;
86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
109 Format* format) const {
455 static SkImageDecoder::Format get_format_wic(SkStreamRewindable* stream) {
456 SkImageDecoder::Format format;
/external/skia/src/ports/
H A DSkImageDecoder_WIC.cpp64 * @param format Out parameter for the SkImageDecoder::Format of the SkStream. Only used if
67 bool decodeStream(SkStream* stream, SkBitmap* bm, WICModes wicMode, Format* format) const;
75 SkImageDecoder::Format fFormat;
86 static SkImageDecoder::Format GuidContainerFormat_to_Format(REFGUID guid) {
109 Format* format) const {
455 static SkImageDecoder::Format get_format_wic(SkStreamRewindable* stream) {
456 SkImageDecoder::Format format;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs162 yield return string.Format(EdgeFormat, parentName, childName, FixString(parentText), FixString(childText));
171 return string.Format(NodeFormat, uniqueName, FixString(text));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs172 yield return string.Format( EdgeFormat, parentName, childName, FixString( parentText ), FixString( childText ) );
182 return string.Format( NodeFormat, uniqueName, FixString( text ) );
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_output_win.cc52 return static_cast<int>(format.Format.nSamplesPerSec);
88 WAVEFORMATEX* format = &format_.Format;
484 double pos_sample_playing_frames = format_.Format.nSamplesPerSec *
496 pos_sample_playing_frames) * format_.Format.nBlockAlign;
508 uint32 num_filled_bytes = frames_filled * format_.Format.nBlockAlign;
514 const int bytes_per_sample = format_.Format.wBitsPerSample >> 3;
536 float f = (1000.0 * packet_size_frames_) / format_.Format.nSamplesPerSec;
573 (10000000.0 * aligned_buffer_size / format_.Format.nSamplesPerSec)
H A Dcore_audio_util_win.cc118 os << "wFormatTag: 0x" << std::hex << format.Format.wFormatTag
119 << ", nChannels: " << std::dec << format.Format.nChannels
120 << ", nSamplesPerSec: " << format.Format.nSamplesPerSec
121 << ", nAvgBytesPerSec: " << format.Format.nAvgBytesPerSec
122 << ", nBlockAlign: " << format.Format.nBlockAlign
123 << ", wBitsPerSample: " << format.Format.wBitsPerSample
124 << ", cbSize: " << format.Format.cbSize
518 size_t bytes = sizeof(WAVEFORMATEX) + format_pcmex->Format.cbSize;
537 DLOG_IF(ERROR, hr == S_FALSE) << "Format is not supported "
578 if (channels != format.Format
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dreldtfmt.h15 * \brief C++ API: Format and parse relative dates and times.
66 * Clone this Format object polymorphically. The caller owns the result and
71 virtual Format* clone(void) const;
74 * Return true if the given Format objects are semantically equal. Objects
77 * @return true if the given Format objects are semantically equal.
80 virtual UBool operator==(const Format& other) const;
86 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
106 * Format an object to produce a string. This method handles Formattable
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dchoicfmt.h18 * 07/22/98 stephen Removed operator!= (implemented in Format)
29 * \brief C++ API: Choice Format.
243 * Clones this Format object. The caller owns the
249 virtual Format* clone(void) const;
252 * Returns true if the given Format objects are semantically equal.
259 virtual UBool operator==(const Format& other) const;
/external/chromium_org/third_party/skia/include/core/
H A DSkMask.h20 enum Format { enum in struct:SkMask
36 Format fFormat;
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h17 // needs to be != to any valid SkMask::Format
49 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
66 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libbmp.cpp22 virtual Format getFormat() const SK_OVERRIDE {
56 static SkImageDecoder::Format get_format_bmp(SkStreamRewindable* stream) {
/external/icu/icu4c/source/i18n/
H A Dreldtfmt.h15 * \brief C++ API: Format and parse relative dates and times.
67 * Clone this Format object polymorphically. The caller owns the result and
72 virtual Format* clone(void) const;
75 * Return true if the given Format objects are semantically equal. Objects
78 * @return true if the given Format objects are semantically equal.
81 virtual UBool operator==(const Format& other) const;
87 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
107 * Format an object to produce a string. This method handles Formattable
/external/icu/icu4c/source/i18n/unicode/
H A Dchoicfmt.h18 * 07/22/98 stephen Removed operator!= (implemented in Format)
29 * \brief C++ API: Choice Format.
243 * Clones this Format object. The caller owns the
249 virtual Format* clone(void) const;
252 * Returns true if the given Format objects are semantically equal.
259 virtual UBool operator==(const Format& other) const;
/external/skia/include/core/
H A DSkMask.h20 enum Format { enum in struct:SkMask
36 Format fFormat;
/external/skia/src/core/
H A DSkGlyph.h17 // needs to be != to any valid SkMask::Format
47 static unsigned ComputeRowBytes(unsigned width, SkMask::Format format) {
64 return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat);
/external/skia/src/images/
H A DSkImageDecoder_libbmp.cpp22 virtual Format getFormat() const SK_OVERRIDE {
56 static SkImageDecoder::Format get_format_bmp(SkStreamRewindable* stream) {
H A DSkImageDecoder_pkm.cpp21 virtual Format getFormat() const SK_OVERRIDE {
126 static SkImageDecoder::Format get_format_pkm(SkStreamRewindable* stream) {
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
226 (rb->Format == MESA_FORMAT_XRGB8888 ||
227 rb->Format == MESA_FORMAT_ARGB8888)) {
235 (rb->Format == MESA_FORMAT_XRGB8888 ||
236 rb->Format == MESA_FORMAT_ARGB8888)) {
242 if (_mesa_format_matches_format_and_type(rb->Format, format, type,
436 ctx->DrawBuffer->_ColorDrawBuffers[0]->Format);
531 _mesa_pack_uint_24_8_depth_stencil_row(rb->Format, width,
577 (depthRb->Format == MESA_FORMAT_Z24_S8 ||
578 depthRb->Format
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c159 const GLint rowLength = width * _mesa_get_format_bytes(rb->Format);
226 (rb->Format == MESA_FORMAT_XRGB8888 ||
227 rb->Format == MESA_FORMAT_ARGB8888)) {
235 (rb->Format == MESA_FORMAT_XRGB8888 ||
236 rb->Format == MESA_FORMAT_ARGB8888)) {
242 if (_mesa_format_matches_format_and_type(rb->Format, format, type,
436 ctx->DrawBuffer->_ColorDrawBuffers[0]->Format);
531 _mesa_pack_uint_24_8_depth_stencil_row(rb->Format, width,
577 (depthRb->Format == MESA_FORMAT_Z24_S8 ||
578 depthRb->Format
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
911 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
923 DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s",
1010 String::Format("--%s%s=%s.%s",
1014 String::Format("--%s%s=%s|%d|%d|%d",
1055 DeathTest::set_last_death_test_message(String::Format(
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
678 const String filter_flag = String::Format("--%s%s=%s.%s",
682 const String internal_flag = String::Format(
701 String command_line = String::Format("%s %s \"%s\"",
913 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
925 DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s",
1012 String::Format("--%s%s=%s.%s",
1016 String::Format("--%s%s=%s|%d|%d|%d",
1057 DeathTest::set_last_death_test_message(String::Format(
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc237 DeathTestAbort(::testing::internal::String::Format( \
257 DeathTestAbort(::testing::internal::String::Format( \
676 const String filter_flag = String::Format("--%s%s=%s.%s",
680 const String internal_flag = String::Format(
699 String command_line = String::Format("%s %s \"%s\"",
911 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
923 DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s",
1010 String::Format("--%s%s=%s.%s",
1014 String::Format("--%s%s=%s|%d|%d|%d",
1055 DeathTest::set_last_death_test_message(String::Format(
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.cpp1167 template<int Format>
1170 Format == WebGLImageConversion::DataFormatRGBA32F
1171 || Format == WebGLImageConversion::DataFormatRGB32F
1172 || Format == WebGLImageConversion::DataFormatRA32F
1173 || Format == WebGLImageConversion::DataFormatR32F
1174 || Format == WebGLImageConversion::DataFormatA32F;
1177 template<int Format>
1180 Format == WebGLImageConversion::DataFormatRGBA16F
1181 || Format == WebGLImageConversion::DataFormatRGB16F
1182 || Format
[all...]
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_encode_accelerator.h40 virtual bool Initialize(media::VideoFrame::Format format,

Completed in 4258 milliseconds

<<11121314151617181920>>