/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | dxbc.h | 49 unsigned fourcc; member 81 unsigned fourcc; member 91 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc); 108 unsigned fourcc; in dxbc_find_signature() local 110 case DXBC_FIND_INPUT_SIGNATURE: fourcc = FOURCC_ISGN; break; in dxbc_find_signature() 111 case DXBC_FIND_OUTPUT_SIGNATURE: fourcc = FOURCC_OSGN; break; in dxbc_find_signature() 112 case DXBC_FIND_PATCH_SIGNATURE: fourcc = FOURCC_PCSG; break; in dxbc_find_signature() 116 return (dxbc_chunk_signature*)dxbc_find_chunk(data, size, fourcc); in dxbc_find_signature()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
D | dxbc_parse.cpp | 38 if(bswap_le32(header->fourcc) != FOURCC_DXBC) in dxbc_parse() 45 unsigned fourcc = bswap_le32(chunk->fourcc); in dxbc_parse() local 46 container->chunk_map[fourcc] = i; in dxbc_parse() 52 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc) in dxbc_find_chunk() argument 56 if(bswap_le32(header->fourcc) != FOURCC_DXBC) in dxbc_find_chunk() 63 if(bswap_le32(chunk->fourcc) == fourcc) in dxbc_find_chunk()
|
D | dxbc_dump.cpp | 38 memcpy(fourcc_str, &chunk->fourcc, 4); in operator <<()
|
D | dxbc_assemble.cpp | 42 header->fourcc = bswap_le32(FOURCC_DXBC); in dxbc_assemble()
|
/external/libyuv/files/source/ |
D | video_common.cc | 41 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() argument 43 if (kFourCCAliases[i].alias == fourcc) { in CanonicalFourCC() 48 return fourcc; in CanonicalFourCC()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | video_common.cc | 49 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() argument 52 if (kFourCCAliases[i].alias == fourcc) { in CanonicalFourCC() 57 return fourcc; in CanonicalFourCC()
|
/external/webp/src/demux/ |
D | demux.c | 208 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 219 switch (fourcc) { in StoreFrame() 474 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks() local 481 switch (fourcc) { in ParseVP8XChunks() 925 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { in ChunkCount() 931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in ChunkCount() 937 const char fourcc[4], int chunk_num) { in GetChunk() 943 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in GetChunk() 949 static int SetChunk(const char fourcc[4], int chunk_num, in SetChunk() 954 if (dmux == NULL || fourcc == NULL || chunk_num < 0) return 0; in SetChunk() [all …]
|
/external/libvpx/libvpx/ |
D | tools_common.h | 95 uint32_t fourcc; member 122 const uint32_t fourcc; member 133 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
|
D | ivfenc.c | 18 unsigned int fourcc, in ivf_write_file_header() argument 28 mem_put_le32(header + 8, fourcc); // fourcc in ivf_write_file_header()
|
D | webmenc.cc | 27 unsigned int fourcc) { in write_webm_file_header() argument 51 video_track->set_codec_id(fourcc == VP8_FOURCC ? "V_VP8" : "V_VP9"); in write_webm_file_header()
|
D | tools_common.c | 193 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { in get_vpx_decoder_by_fourcc() argument 198 if (decoder->fourcc == fourcc) in get_vpx_decoder_by_fourcc()
|
D | ivfenc.h | 24 uint32_t fourcc,
|
D | webmenc.h | 45 unsigned int fourcc);
|
D | webmdec.cc | 101 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm() 103 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
|
D | ivfdec.c | 53 input_ctx->fourcc = mem_get_le32(raw_hdr + 8); in file_is_ivf()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_image.c | 88 switch (format->fourcc) { in vlVaCreateImage() 96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc); in vlVaCreateImage()
|
D | va_surface.c | 124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, in vlVaLockSurface() argument
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 719 unsigned int fourcc; member 736 unsigned int fourcc; member 1012 plane_bo = bo_create(dev->fd, p->fourcc, p->w, p->h, handles, in set_plane() 1018 if (drmModeAddFB2(dev->fd, p->w, p->h, p->fourcc, in set_plane() 1073 bo = bo_create(dev->fd, pipes[0].fourcc, dev->mode.width, dev->mode.height, in set_mode() 1079 pipes[0].fourcc, handles, pitches, offsets, &fb_id, 0); in set_mode() 1177 other_bo = bo_create(dev->fd, pipes[0].fourcc, in test_page_flip() 1184 pipes[0].fourcc, handles, pitches, offsets, in test_page_flip() 1319 pipe->fourcc = format_fourcc(pipe->format_str); in parse_connector() 1320 if (pipe->fourcc == 0) { in parse_connector() [all …]
|
/external/libvpx/libvpx/examples/ |
D | set_maps.c | 178 info.codec_fourcc = encoder->fourcc; in main() 223 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) { in main()
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
D | DDSLoader.java | 258 int fourcc = in.readInt(); in readPixelFormat() local 262 switch (fourcc) { in readPixelFormat() 297 … throw new IOException("Unknown fourcc: " + string(fourcc) + ", " + Integer.toHexString(fourcc)); in readPixelFormat()
|
/external/strace/ |
D | v4l2.c | 70 static void print_pixelformat(uint32_t fourcc) in print_pixelformat() argument 78 htole32(fourcc) in print_pixelformat() 80 fourcc in print_pixelformat()
|
/external/webp/include/webp/ |
D | demux.h | 204 const char fourcc[4], int chunk_number,
|
/external/webp/src/webp/ |
D | demux.h | 204 const char fourcc[4], int chunk_number,
|
/external/libyuv/files/include/libyuv/ |
D | video_common.h | 152 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_regions.h | 150 int fourcc; member
|