/external/chromium_org/media/formats/mp4/ |
sample_to_group_iterator.h | 10 #include "media/formats/mp4/box_definitions.h"
|
sample_to_group_iterator_unittest.cc | 5 #include "media/formats/mp4/sample_to_group_iterator.h"
|
/external/chromium_org/media/formats/webm/ |
webm_audio_client.h | 12 #include "media/formats/webm/webm_parser.h"
|
webm_info_parser.h | 11 #include "media/formats/webm/webm_parser.h"
|
webm_video_client.h | 12 #include "media/formats/webm/webm_parser.h"
|
/external/chromium_org/media/video/capture/ |
fake_video_capture_device_unittest.cc | 188 // Configure the FakeVideoCaptureDevice to use all its formats as roster. 189 VideoCaptureFormats formats; local 191 &formats); 193 PopulateVariableFormatsRoster(formats);
|
/external/chromium_org/ppapi/api/ |
ppb_image_data.idl | 19 * image data formats. 85 * formats may require internal conversions to paint or may have additional 95 * and <code>PP_IMAGEDATAFORMAT_RGBA_PREMUL</code> formats are always 96 * supported. Other image formats do not make this guarantee, and should be
|
/external/chromium_org/ppapi/api/private/ |
ppb_flash_clipboard.idl | 30 * This enumeration contains the predefined clipboard data formats. 83 [in, size_is(data_item_count)] PP_Flash_Clipboard_Format[] formats, 97 * sensible way by using the pepper API. Data stored in custom formats can 144 [in, size_is(data_item_count)] uint32_t[] formats,
|
/external/chromium_org/ppapi/cpp/private/ |
flash_clipboard.h | 46 const std::vector<uint32_t>& formats,
|
/external/chromium_org/ppapi/proxy/ |
flash_clipboard_resource.h | 38 const uint32_t formats[],
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
WebGLCompressedTextureATC.idl | 31 /* Compressed Texture Formats */
|
WebGLCompressedTexturePVRTC.idl | 31 /* Compressed Texture Formats */
|
WebGLCompressedTextureS3TC.idl | 31 /* Compressed Texture Formats */
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
WebGLImageConversion.h | 21 // Attempt to enumerate all possible native image formats to 123 // Check if the format is one of the formats from the ImageData or DOM elements. 124 // The formats from ImageData is always RGBA8. 125 // The formats from DOM elements vary with Graphics ports. It can only be RGBA8 or BGRA8.
|
/external/chromium_org/third_party/icu/source/i18n/ |
choicfmt.cpp | 88 const UnicodeString* formats, 93 setChoices(limits, NULL, formats, cnt, constructorErrorCode); 100 const UnicodeString* formats, 105 setChoices(limits, closures, formats, cnt, constructorErrorCode); 254 const UnicodeString* formats, 258 setChoices(limits, NULL, formats, cnt, errorCode); 266 const UnicodeString* formats, 270 setChoices(limits, closures, formats, cnt, errorCode); 276 const UnicodeString* formats, 282 if (limits == NULL || formats == NULL) [all...] |
/external/chromium_org/third_party/icu/source/samples/msgfmt/answers/ |
main_2.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
main_3.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
/external/chromium_org/third_party/icu/source/samples/msgfmt/ |
main.cpp | 15 // and formats it as "no", "one", or a number, using a NumberFormat.
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtifmtts.h | 46 * Tests different year formats.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/ |
memory.cpp | 179 auto formats = supported_formats(ctx, type); local 182 std::copy_n(formats.begin(), std::min((cl_uint)formats.size(), count), 185 *count_ret = formats.size();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/ |
native_shm.c | 124 shmdpy->base.formats |= HAS_ARGB8888; 127 shmdpy->base.formats |= HAS_XRGB8888; 166 if (shmdpy->base.formats == 0) 168 if (shmdpy->base.formats == 0)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_span.h | 31 #include "main/formats.h"
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_tile.h | 28 #include <main/formats.h>
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_cpal.c | 52 } formats[] = { variable in typeref:struct:cpal_format_info 124 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES]; 156 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES]; 182 info = &formats[internalFormat - GL_PALETTE4_RGB8_OES];
|
texformat.h | 30 #include "formats.h"
|