Searched defs:fourcc (Results 1 - 25 of 48) sorted by last modified time

12

/external/webp/src/demux/
H A Ddemux.c208 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]) { argument
931 if (!memcmp(header, fourcc, TAG_SIZE)) ++count;
937 const char fourcc[4], int chunk_num) {
943 if (!memcmp(header, fourcc, TAG_SIZ
936 GetChunk(const WebPDemuxer* const dmux, const char fourcc[4], int chunk_num) argument
949 SetChunk(const char fourcc[4], int chunk_num, WebPChunkIterator* const iter) argument
971 WebPDemuxGetChunk(const WebPDemuxer* dmux, const char fourcc[4], int chunk_num, WebPChunkIterator* iter) argument
983 const char* const fourcc = local
992 const char* const fourcc = local
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Ddxbc.h49 unsigned fourcc; member in struct:dxbc_chunk_header
81 unsigned fourcc; member in struct:dxbc_container_header
91 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc);
108 unsigned fourcc; local
110 case DXBC_FIND_INPUT_SIGNATURE: fourcc = FOURCC_ISGN; break;
111 case DXBC_FIND_OUTPUT_SIGNATURE: fourcc = FOURCC_OSGN; break;
112 case DXBC_FIND_PATCH_SIGNATURE: fourcc = FOURCC_PCSG; break;
116 return (dxbc_chunk_signature*)dxbc_find_chunk(data, size, fourcc);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
H A Ddxbc_parse.cpp38 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) argument
56 if(bswap_le32(header->fourcc) != FOURCC_DXBC)
63 if(bswap_le32(chunk->fourcc) == fourcc)
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_surface.c124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_screen.c480 int width, int height, int fourcc,
493 if (intel_image_formats[i].fourcc == fourcc) {
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_screen.c480 int width, int height, int fourcc,
493 if (intel_image_formats[i].fourcc == fourcc) {
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_regions.h150 int fourcc; member in struct:intel_image_format
H A Dintel_screen.c480 int width, int height, int fourcc,
493 if (intel_image_formats[i].fourcc == fourcc) {
479 intel_create_image_from_names(__DRIscreen *screen, int width, int height, int fourcc, int *names, int num_names, int *strides, int *offsets, void *loaderPrivate) argument
/external/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c28 #define fourcc 0x30385056 macro
145 mem_put_le32(header+8, fourcc); /* headersize */
/external/libvpx/libvpx/
H A Divfenc.c18 unsigned int fourcc,
28 mem_put_le32(header + 8, fourcc); // fourcc
16 ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, unsigned int fourcc, int frame_cnt) argument
H A Dtools_common.c192 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { argument
197 if (decoder->fourcc == fourcc)
H A Dtools_common.h100 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);
H A Dvpxenc.c1160 global->codec->fourcc);
1165 ivf_write_file_header(stream->file, cfg, global->codec->fourcc, 0);
1171 unsigned int fourcc) {
1188 fourcc,
1576 if (global.codec->fourcc == VP9_FOURCC)
1776 FOREACH_STREAM(close_output_file(stream, global.codec->fourcc));
1170 close_output_file(struct stream_state *stream, unsigned int fourcc) argument
H A Dwebmenc.c160 unsigned int fourcc) {
197 fourcc == VP8_FOURCC ? "V_VP8" : "V_VP9");
156 write_webm_file_header(struct EbmlGlobal *glob, const vpx_codec_enc_cfg_t *cfg, const struct vpx_rational *fps, stereo_format_t stereo_fmt, unsigned int fourcc) argument
/external/libyuv/files/source/
H A Dvideo_common.cc41 uint32 CanonicalFourCC(uint32 fourcc) { argument
43 if (kFourCCAliases[i].alias == fourcc) {
48 return fourcc;
/external/libmtp/src/
H A Dlibmtp.c3085 char fourcc[6]; local
3086 fourcc[0] = (opd.FORM.Enum.SupportedValue[k].u32 >> 24) & 0xFFU;
3087 fourcc[1] = (opd.FORM.Enum.SupportedValue[k].u32 >> 16) & 0xFFU;
3088 fourcc[2] = (opd.FORM.Enum.SupportedValue[k].u32 >> 8) & 0xFFU;
3089 fourcc[3] = opd.FORM.Enum.SupportedValue[k].u32 & 0xFFU;
3090 fourcc[4] = '\n';
3091 fourcc[5] = '\0';
3092 printf("\"%s\", ", fourcc);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfenc.c18 unsigned int fourcc,
28 mem_put_le32(header + 8, fourcc); // fourcc
16 ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, unsigned int fourcc, int frame_cnt) argument
H A Dtools_common.c193 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { argument
198 if (decoder->fourcc == fourcc)
H A Dtools_common.h95 uint32_t fourcc; member in struct:VpxInputContext
130 const uint32_t fourcc; member in struct:VpxInterface
141 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc);
H A Dvpxenc.c1374 global->codec->fourcc);
1379 ivf_write_file_header(stream->file, cfg, global->codec->fourcc, 0);
1385 unsigned int fourcc) {
1400 fourcc,
2031 if (global.codec->fourcc == VP9_FOURCC)
2305 FOREACH_STREAM(close_output_file(stream, global.codec->fourcc));
1384 close_output_file(struct stream_state *stream, unsigned int fourcc) argument
H A Dwebmenc.cc27 unsigned int fourcc) {
51 video_track->set_codec_id(fourcc == VP8_FOURCC ? "V_VP8" : "V_VP9");
23 write_webm_file_header(struct EbmlGlobal *glob, const vpx_codec_enc_cfg_t *cfg, const struct vpx_rational *fps, stereo_format_t stereo_fmt, unsigned int fourcc) argument
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_from.cc960 uint32 fourcc) {
961 uint32 format = CanonicalFourCC(fourcc);
1202 return -1; // unknown fourcc - return failure code.
955 ConvertFromI420(const uint8* y, int y_stride, const uint8* u, int u_stride, const uint8* v, int v_stride, uint8* dst_sample, int dst_sample_stride, int width, int height, uint32 fourcc) argument
H A Dconvert_to_argb.cc39 uint32 fourcc) {
40 uint32 format = CanonicalFourCC(fourcc);
148 // by adjusting fourcc.
309 r = -1; // unknown fourcc - return failure code.
33 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
H A Dconvert_to_i420.cc38 uint32 fourcc) {
39 uint32 format = CanonicalFourCC(fourcc);
177 // by adjusting fourcc.
361 r = -1; // unknown fourcc - return failure code.
29 ConvertToI420(const uint8* sample, size_t sample_size, uint8* y, int y_stride, uint8* u, int u_stride, uint8* v, int v_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
H A Dvideo_common.cc49 uint32 CanonicalFourCC(uint32 fourcc) { argument
52 if (kFourCCAliases[i].alias == fourcc) {
57 return fourcc;

Completed in 372 milliseconds

12