Home
last modified time | relevance | path

Searched refs:fourcc (Results 1 – 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
Ddxbc.h49 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/
Ddxbc_parse.cpp38 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()
Ddxbc_dump.cpp38 memcpy(fourcc_str, &chunk->fourcc, 4); in operator <<()
Ddxbc_assemble.cpp42 header->fourcc = bswap_le32(FOURCC_DXBC); in dxbc_assemble()
/external/libyuv/files/source/
Dvideo_common.cc41 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/
Dvideo_common.cc49 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC() argument
52 if (kFourCCAliases[i].alias == fourcc) { in CanonicalFourCC()
57 return fourcc; in CanonicalFourCC()
/external/webp/src/demux/
Ddemux.c208 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/
Dtools_common.h95 uint32_t fourcc; member
122 const uint32_t fourcc; member
133 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
Divfenc.c18 unsigned int fourcc, in ivf_write_file_header() argument
28 mem_put_le32(header + 8, fourcc); // fourcc in ivf_write_file_header()
Dwebmenc.cc27 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()
Dtools_common.c193 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()
Divfenc.h24 uint32_t fourcc,
Dwebmenc.h45 unsigned int fourcc);
Dwebmdec.cc101 vpx_ctx->fourcc = VP8_FOURCC; in file_is_webm()
103 vpx_ctx->fourcc = VP9_FOURCC; in file_is_webm()
Divfdec.c53 input_ctx->fourcc = mem_get_le32(raw_hdr + 8); in file_is_ivf()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_image.c88 switch (format->fourcc) { in vlVaCreateImage()
96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc); in vlVaCreateImage()
Dva_surface.c124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, in vlVaLockSurface() argument
/external/libdrm/tests/modetest/
Dmodetest.c719 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/
Dset_maps.c178 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/
DDDSLoader.java258 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/
Dv4l2.c70 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/
Ddemux.h204 const char fourcc[4], int chunk_number,
/external/webp/src/webp/
Ddemux.h204 const char fourcc[4], int chunk_number,
/external/libyuv/files/include/libyuv/
Dvideo_common.h152 LIBYUV_API uint32 CanonicalFourCC(uint32 fourcc);
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_regions.h150 int fourcc; member

12