/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_parse.cpp | 38 if(bswap_le32(header->fourcc) != FOURCC_DXBC) 45 unsigned fourcc = bswap_le32(chunk->fourcc); local 46 container->chunk_map[fourcc] = i; 52 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc) 56 if(bswap_le32(header->fourcc) != FOURCC_DXBC) 63 if(bswap_le32(chunk->fourcc) == fourcc)
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_parse.cpp | 38 if(bswap_le32(header->fourcc) != FOURCC_DXBC) 45 unsigned fourcc = bswap_le32(chunk->fourcc); local 46 container->chunk_map[fourcc] = i; 52 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc) 56 if(bswap_le32(header->fourcc) != FOURCC_DXBC) 63 if(bswap_le32(chunk->fourcc) == fourcc)
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideocapturer.cc | 46 uint32 fourcc; member in struct:cricket::kVideoFourCCEntry 79 uint32 fourcc = 0; local 82 fourcc = kSupportedFourCCs[i].fourcc; 86 if (fourcc == 0) { 90 format->fourcc = fourcc; 101 if (kSupportedFourCCs[i].fourcc == format.fourcc) { 235 best_format->fourcc = FOURCC_I420 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_regions.h | 150 int fourcc; member in struct:intel_image_format
|
/external/libvpx/libvpx/examples/ |
encoder_tmpl.c | 23 #define fourcc 0x30385056 macro 80 mem_put_le32(header+8, fourcc); /* headersize */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_regions.h | 150 int fourcc; member in struct:intel_image_format
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
videocommon.h | 26 // Common definition for video, including fourcc and VideoFormat 38 // Definition of fourcc. 40 // Convert four characters to a fourcc code. 43 #define FOURCC(a, b, c, d) (\ 47 // Get the name, that is, string with four characters, of a fourcc code. 48 inline std::string GetFourccName(uint32 fourcc) { 50 name.push_back(static_cast<char>(fourcc & 0xFF)); 51 name.push_back(static_cast<char>((fourcc >> 8) & 0xFF)); 52 name.push_back(static_cast<char>((fourcc >> 16) & 0xFF)); 53 name.push_back(static_cast<char>((fourcc >> 24) & 0xFF)) 158 uint32 fourcc; \/\/ color space. FOURCC_ANY means that any color space is OK. member in struct:cricket::VideoFormat [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer.h | 72 // fourcc. Return true if succeeded. 77 // fourcc, pixel_width, and pixel_height should keep the same over frames. 80 uint32 fourcc; // compression member in struct:cricket::CapturedFrame 152 // desired: the input desired format. If desired.fourcc is not kAnyFourcc, 153 // the best capture format has the exactly same fourcc. Otherwise, 154 // the best capture format uses a fourcc in GetPreferredFourccs(). 230 // The fourcc component is ignored.
|
videocommon.h | 26 // Common definition for video, including fourcc and VideoFormat. 51 // Definition of FourCC codes 53 // Convert four characters to a FourCC code. 56 #define FOURCC(a, b, c, d) ( \ 59 // Some pages discussing FourCC codes: 60 // http://www.fourcc.org/yuv.php 66 // FourCC codes grouped according to implementation efficiency. 70 enum FourCC { 72 FOURCC_I420 = FOURCC('I', '4', '2', '0'), 73 FOURCC_I422 = FOURCC('I', '4', '2', '2') 184 uint32 fourcc; \/\/ Color space. FOURCC_ANY means that any color space is OK. member in struct:cricket::VideoFormatPod [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
dxbc.h | 36 #define FOURCC(a, b, c, d) ((uint32_t)(uint8_t)(a) | ((uint32_t)(uint8_t)(b) << 8) | ((uint32_t)(uint8_t)(c) << 16) | ((uint32_t)(uint8_t)(d) << 24 )) 37 #define FOURCC_DXBC FOURCC('D', 'X', 'B', 'C') 38 #define FOURCC_RDEF FOURCC('R', 'D', 'E', 'F') 39 #define FOURCC_ISGN FOURCC('I', 'S', 'G', 'N') 40 #define FOURCC_OSGN FOURCC('O', 'S', 'G', 'N') 41 #define FOURCC_SHDR FOURCC('S', 'H', 'D', 'R') 42 #define FOURCC_SHEX FOURCC('S', 'H', 'E', 'X') 43 #define FOURCC_STAT FOURCC('S', 'T', 'A', 'T') 44 #define FOURCC_PCSG FOURCC('P', 'C', 'S', 'G') 49 unsigned fourcc; member in struct:dxbc_chunk_header 81 unsigned fourcc; member in struct:dxbc_container_header 108 unsigned fourcc; local [all...] |
/external/libvpx/libvpx/ |
vp8_multi_resolution_encoder.c | 27 #define fourcc 0x30385056 macro 159 mem_put_le32(header+8, fourcc); /* headersize */
|
vp8_scalable_patterns.c | 25 #define fourcc 0x30385056 macro 88 mem_put_le32(header+8, fourcc); /* headersize */
|
vpxdec.c | 41 unsigned int fourcc; member in struct:__anon21345 338 unsigned int *fourcc, 355 *fourcc = mem_get_le32(raw_hdr + 8); 390 unsigned int *fourcc, 409 *fourcc = ifaces[i].fourcc; 523 unsigned int *fourcc, 553 *fourcc = VP8_FOURCC_MASK; 555 *fourcc = VP9_FOURCC_MASK; 677 unsigned int fourcc; local [all...] |
vpxenc.c | 74 unsigned int fourcc; member in struct:codec_item 227 unsigned int *fourcc) { 250 *fourcc = mem_get_le32(raw_hdr + 8); 266 unsigned int fourcc, 279 mem_put_le32(header + 8, fourcc); /* headersize */ 1216 unsigned int fourcc; local [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
dxbc.h | 36 #define FOURCC(a, b, c, d) ((uint32_t)(uint8_t)(a) | ((uint32_t)(uint8_t)(b) << 8) | ((uint32_t)(uint8_t)(c) << 16) | ((uint32_t)(uint8_t)(d) << 24 )) 37 #define FOURCC_DXBC FOURCC('D', 'X', 'B', 'C') 38 #define FOURCC_RDEF FOURCC('R', 'D', 'E', 'F') 39 #define FOURCC_ISGN FOURCC('I', 'S', 'G', 'N') 40 #define FOURCC_OSGN FOURCC('O', 'S', 'G', 'N') 41 #define FOURCC_SHDR FOURCC('S', 'H', 'D', 'R') 42 #define FOURCC_SHEX FOURCC('S', 'H', 'E', 'X') 43 #define FOURCC_STAT FOURCC('S', 'T', 'A', 'T') 44 #define FOURCC_PCSG FOURCC('P', 'C', 'S', 'G') 49 unsigned fourcc; member in struct:dxbc_chunk_header 81 unsigned fourcc; member in struct:dxbc_container_header 108 unsigned fourcc; local [all...] |
/external/chromium_org/third_party/libwebp/demux/ |
demux.c | 212 const uint32_t fourcc = ReadLE32(mem); local 223 switch (fourcc) { 269 // Restore fourcc/size when moving up one level in parsing. 381 // the user to request the payload via a fourcc string. 'size' includes the 498 const uint32_t fourcc = ReadLE32(mem); local 505 switch (fourcc) { 908 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { 914 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; 920 const char fourcc[4], int chunk_num) { 926 if (!memcmp(header, fourcc, TAG_SIZE)) ++count 966 const char* const fourcc = local 975 const char* const fourcc = local [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
DDSLoader.java | 258 int fourcc = in.readInt(); local 262 switch (fourcc) { 297 throw new IOException("Unknown fourcc: " + string(fourcc) + ", " + Integer.toHexString(fourcc)); 304 logger.warning("Must use linear size with fourcc"); 316 // skip fourCC 815 * Converts a int representing a FourCC into a String
|
/external/webp/src/demux/ |
demux.c | 212 const uint32_t fourcc = ReadLE32(mem); local 223 switch (fourcc) { 269 // Restore fourcc/size when moving up one level in parsing. 381 // the user to request the payload via a fourcc string. 'size' includes the 498 const uint32_t fourcc = ReadLE32(mem); local 505 switch (fourcc) { 900 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { 906 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; 912 const char fourcc[4], int chunk_num) { 918 if (!memcmp(header, fourcc, TAG_SIZE)) ++count 958 const char* const fourcc = local 967 const char* const fourcc = local [all...] |
/frameworks/av/media/libstagefright/ |
AVIExtractor.cpp | 434 uint32_t fourcc = U32_AT(tmp); local 444 if (fourcc == FOURCC('L', 'I', 'S', 'T') 445 || fourcc == FOURCC('R', 'I', 'F', 'F')) { 469 if (subFourcc == FOURCC('m', 'o', 'v', 'i')) { 492 (char)(fourcc >> 24), 493 (char)((fourcc >> 16) & 0xff), 494 (char)((fourcc >> 8) & 0xff), 495 (char)(fourcc & 0xff)) [all...] |
MPEG4Writer.cpp | 2692 const char *fourcc = NULL; local [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_q6vdec.h | 137 u32 fourcc; member in struct:vdec_config 252 u32 fourcc; member in struct:vdec_dec_attributes 290 u32 fourcc; member in union:vdec_property
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 116 u32 fourcc; /* video format */ member in struct:vdec_config 224 u32 fourcc; member in struct:vdec_dec_attributes 259 u32 fourcc; member in union:vdec_property
|
/external/libmtp/src/ |
libmtp.c | 3085 char fourcc[6]; local [all...] |