Searched defs:fourcc (Results 26 - 48 of 48) sorted by relevance

12

/external/libvpx/libvpx/
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 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
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
/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/va/
H A Dva_surface.c124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, argument
/external/chromium_org/media/formats/mp4/
H A Dfourccs.h91 const inline std::string FourCCToString(FourCC fourcc) { argument
93 buf[0] = (fourcc >> 24) & 0xff;
94 buf[1] = (fourcc >> 16) & 0xff;
95 buf[2] = (fourcc >> 8) & 0xff;
96 buf[3] = (fourcc) & 0xff;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer.h77 // fourcc. Return true if succeeded.
82 // fourcc, pixel_width, and pixel_height should keep the same over frames.
85 uint32 fourcc; // compression member in struct:cricket::CapturedFrame
156 // desired: the input desired format. If desired.fourcc is not kAnyFourcc,
157 // the best capture format has the exactly same fourcc. Otherwise,
158 // the best capture format uses a fourcc in GetPreferredFourccs().
234 // The fourcc component is ignored.
H A Dvideocommon.h26 // Common definition for video, including fourcc and VideoFormat.
60 // http://www.fourcc.org/yuv.php
114 // 14 Auxiliary aliases. CanonicalFourCC() maps these to canonical fourcc.
133 // Match any fourcc.
137 // Converts fourcc aliases into canonical ones.
138 uint32 CanonicalFourCC(uint32 fourcc);
141 inline std::string GetFourccName(uint32 fourcc) { argument
143 name.push_back(static_cast<char>(fourcc & 0xFF));
144 name.push_back(static_cast<char>((fourcc >> 8) & 0xFF));
145 name.push_back(static_cast<char>((fourcc >> 1
184 uint32 fourcc; // Color space. FOURCC_ANY means that any color space is OK. member in struct:cricket::VideoFormatPod
[all...]
H A Dvideoframe_unittest.h186 rtc::MemoryStream* CreateYuv422Sample(uint32 fourcc, argument
189 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
229 rtc::MemoryStream* CreateRgbSample(uint32 fourcc, argument
232 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
257 uint32 fourcc, uint32 width, uint32 height,
260 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
295 uint32 fourcc, int32 width, int32 height,
298 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
351 bool GetYuv422Packing(uint32 fourcc, argument
353 if (fourcc
256 ConvertYuv422(const rtc::MemoryStream* ms, uint32 fourcc, uint32 width, uint32 height, T* frame) argument
294 ConvertRgb(const rtc::MemoryStream* ms, uint32 fourcc, int32 width, int32 height, T* frame) argument
363 GetRgbPacking(uint32 fourcc, int* r_pos, int* g_pos, int* b_pos, int* bytes) argument
1162 ValidateFrame(const char* name, uint32 fourcc, int data_adjust, int size_adjust, bool expected_result) argument
1428 ConvertToBuffer(int bpp, int rowpad, bool invert, ToFrom to_from, int error, uint32 fourcc, int (*RGBToI420)(const uint8* src_frame, int src_stride_frame, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height)) argument
[all...]
/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
/external/chromium_org/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
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
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/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_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/chromium_org/third_party/libwebp/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/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/chromium_org/third_party/libvpx/source/libvpx/
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
/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/libva/va/
H A Dva.h410 /* RGBP covers RGBP and BGRP fourcc */
642 * \brief Pixel format (fourcc).
698 /** \brief pixel format in fourcc. */
1973 * Pre-defined fourcc codes
2010 unsigned int fourcc; member in struct:_VAImageFormat

Completed in 1616 milliseconds

12