HomeSort by relevance Sort by last modified time
    Searched defs:fourcc (Results 1 - 25 of 37) sorted by null

1 2

  /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)
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 54 int width, int height, int fourcc,
63 if ((fourcc == VA_FOURCC_NV12) || (fourcc == VA_FOURCC_YV16) || (fourcc == VA_FOURCC_IYUV) || (fourcc == VA_FOURCC_RGBA)) {
97 if (VA_FOURCC_NV12 == fourcc) {
101 else if (VA_FOURCC_YV16 == fourcc) {
105 else if (VA_FOURCC_IYUV == fourcc) {
109 else if (VA_FOURCC_RGBA == fourcc) {
266 unsigned int fourcc, /* expected fourcc *
557 unsigned long fourcc; local
646 unsigned long fourcc; local
    [all...]
psb_surface_ext.h 90 unsigned int fourcc; member in struct:_PsbVASurface
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideocapturer.cc 47 uint32 fourcc; member in struct:cricket::kVideoFourCCEntry
80 uint32 fourcc = 0; local
83 fourcc = kSupportedFourCCs[i].fourcc;
87 if (fourcc == 0) {
91 format->fourcc = fourcc;
102 if (kSupportedFourCCs[i].fourcc == format.fourcc) {
240 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/mesa3d/src/mesa/drivers/dri/intel/
intel_regions.h 150 int fourcc; member in struct:intel_image_format
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 101 unsigned long fourcc; local
176 fourcc = VA_FOURCC_YV16;
180 fourcc = VA_FOURCC_NV12;
198 vaStatus = psb_surface_create_from_ub(driver_data, width, height, fourcc,
219 /* by default, surface fourcc is NV12 */
220 psb_surface->extra_info[4] = fourcc;
254 unsigned long fourcc; local
333 fourcc = VA_FOURCC_YV16;
336 fourcc = VA_FOURCC_RGBA;
340 fourcc = VA_FOURCC_NV12
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 28 #define fourcc 0x30385056 macro
145 mem_put_le32(header+8, fourcc); /* headersize */
  /external/chromium_org/third_party/libvpx/source/libvpx/
tools_common.h 94 uint32_t fourcc; member in struct:VpxInputContext
121 const uint32_t fourcc; member in struct:VpxInterface
132 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
  /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/examples/
vp8_multi_resolution_encoder.c 28 #define fourcc 0x30385056 macro
145 mem_put_le32(header+8, fourcc); /* headersize */
  /external/libvpx/libvpx/
tools_common.h 100 uint32_t fourcc; member in struct:VpxInputContext
127 const uint32_t fourcc; member in struct:VpxInterface
138 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
  /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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 28 #define fourcc 0x30385056 macro
145 mem_put_le32(header+8, fourcc); /* headersize */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 100 uint32_t fourcc; member in struct:VpxInputContext
127 const uint32_t fourcc; member in struct:VpxInterface
138 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 252 int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add,
258 srf->fourcc = fourcc;
593 int fourcc
644 fourcc, flags, output->rotate_surface);
766 int fourcc; local
768 fourcc = VA_FOURCC_RGBA;
770 fourcc = VA_FOURCC_NV12;
780 vaStatus = psb_check_rotatesurface(ctx, rotate_width, rotate_height, protected, fourcc);
784 psb_surface_init(driver_data, &vaPtr->dst_srf, fourcc, 4
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.h 76 // fourcc. Return true if succeeded.
81 // fourcc, pixel_width, and pixel_height should keep the same over frames.
84 uint32 fourcc; // compression member in struct:cricket::CapturedFrame
155 // desired: the input desired format. If desired.fourcc is not kAnyFourcc,
156 // the best capture format has the exactly same fourcc. Otherwise,
157 // the best capture format uses a fourcc in GetPreferredFourccs().
233 // 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...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 93 unsigned int fourcc; member in struct:__anon39483
110 return va_fourcc_map[i].fourcc;
122 if (va_fourcc_map[i].fourcc == format) {
177 lookup_image_format(uint32_t fourcc)
186 if (image_format->fourcc == fourcc)
260 // 1. make sure dst fourcc is supported for vaImage
281 // 3.1 vaSurface with src fourcc
290 // 3.2 vaImage with dst fourcc
292 image_format.fourcc = csc_dst_fourcc
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 208 const uint32_t fourcc = ReadLE32(mem); local
219 switch (fourcc) {
265 // Restore fourcc/size when moving up one level in parsing.
377 // the user to request the payload via a fourcc string. 'size' includes the
474 const uint32_t fourcc = ReadLE32(mem); local
481 switch (fourcc) {
925 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) {
931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
937 const char fourcc[4], int chunk_num) {
943 if (!memcmp(header, fourcc, TAG_SIZE)) ++count
983 const char* const fourcc = local
992 const char* const fourcc = local
    [all...]
  /external/webp/src/demux/
demux.c 208 const uint32_t fourcc = ReadLE32(mem); local
219 switch (fourcc) {
265 // Restore fourcc/size when moving up one level in parsing.
377 // the user to request the payload via a fourcc string. 'size' includes the
474 const uint32_t fourcc = ReadLE32(mem); local
481 switch (fourcc) {
925 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) {
931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
937 const char fourcc[4], int chunk_num) {
943 if (!memcmp(header, fourcc, TAG_SIZE)) ++count
983 const char* const fourcc = local
992 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...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 39 uint32_t fourcc; //NV12 member in struct:VideoFrameRawData

Completed in 692 milliseconds

1 2