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

1 2 3 4 5 6 7

  /external/libyuv/files/source/
video_common.cc 41 uint32 CanonicalFourCC(uint32 fourcc) {
43 if (kFourCCAliases[i].alias == fourcc) {
48 return fourcc;
  /external/opencv3/modules/videoio/test/
test_precomp.hpp 75 string fourccToString(int fourcc);
79 VideoFormat() { fourcc = -1; }
80 VideoFormat(const string& _ext, int _fourcc) : ext(_ext), fourcc(_fourcc) {}
84 int fourcc; member in struct:cvtest::VideoFormat
test_video_io.cpp 52 string fourccToString(int fourcc)
54 return format("%c%c%c%c", fourcc & 255, (fourcc >> 8) & 255, (fourcc >> 16) & 255, (fourcc >> 24) & 255);
88 VideoFormat("avi", VideoWriter::fourcc('X', 'V', 'I', 'D')),
89 VideoFormat("avi", VideoWriter::fourcc('M', 'P', 'E', 'G')),
90 VideoFormat("avi", VideoWriter::fourcc('M', 'J', 'P', 'G')),
91 //VideoFormat("avi", VideoWriter::fourcc('I', 'Y', 'U', 'V')),
92 VideoFormat("mkv", VideoWriter::fourcc('X', 'V', 'I', 'D'))
431 int fourcc = fmt.fourcc; local
    [all...]
test_ffmpeg.cpp 84 //{VideoWriter::fourcc('D', 'I', 'V', '3'), AVI_EXT, true},
85 //{VideoWriter::fourcc('D', 'I', 'V', 'X'), AVI_EXT, true},
86 {VideoWriter::fourcc('D', 'X', '5', '0'), AVI_EXT, true},
87 {VideoWriter::fourcc('F', 'L', 'V', '1'), AVI_EXT, true},
88 {VideoWriter::fourcc('H', '2', '6', '1'), AVI_EXT, true},
89 {VideoWriter::fourcc('H', '2', '6', '3'), AVI_EXT, true},
90 {VideoWriter::fourcc('I', '4', '2', '0'), AVI_EXT, true},
91 //{VideoWriter::fourcc('j', 'p', 'e', 'g'), AVI_EXT, true},
92 {VideoWriter::fourcc('M', 'J', 'P', 'G'), AVI_EXT, true},
93 {VideoWriter::fourcc('m', 'p', '4', 'v'), AVI_EXT, true}
    [all...]
  /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...]
  /external/webrtc/talk/media/base/
videocommon.h 28 // Common definition for video, including fourcc and VideoFormat.
53 // Definition of FourCC codes
55 // Convert four characters to a FourCC code.
58 #define FOURCC(a, b, c, d) \
61 // Some pages discussing FourCC codes:
62 // http://www.fourcc.org/yuv.php
68 // FourCC codes grouped according to implementation efficiency.
72 enum FourCC {
74 FOURCC_I420 = FOURCC('I', '4', '2', '0'),
75 FOURCC_I422 = FOURCC('I', '4', '2', '2')
189 uint32_t fourcc; \/\/ Color space. FOURCC_ANY means that any color space is OK. member in struct:cricket::VideoFormatPod
    [all...]
fakevideocapturer.h 85 GetCaptureFormat()->fourcc);
87 bool CaptureCustomFrame(int width, int height, uint32_t fourcc) {
89 return CaptureCustomFrame(width, height, 33333333, fourcc);
94 uint32_t fourcc) {
98 // Currently, |fourcc| is always I420 or ARGB.
99 // TODO(fbarchard): Extend SizeOf to take fourcc.
101 if (fourcc == cricket::FOURCC_ARGB) {
103 } else if (fourcc == cricket::FOURCC_I420) {
106 return false; // Unsupported FOURCC.
115 frame.fourcc = fourcc
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
video_common.cc 49 uint32 CanonicalFourCC(uint32 fourcc) {
52 if (kFourCCAliases[i].alias == fourcc) {
57 return 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)
dxbc_dump.cpp 38 memcpy(fourcc_str, &chunk->fourcc, 4);
  /external/libvpx/libvpx/
ivfenc.h 24 uint32_t fourcc,
ivfenc.c 18 unsigned int fourcc,
28 mem_put_le32(header + 8, fourcc); // fourcc
webmenc.h 45 unsigned int fourcc,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
ivfenc.h 24 uint32_t fourcc,
ivfenc.c 18 unsigned int fourcc,
28 mem_put_le32(header + 8, fourcc); // fourcc
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);
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 103 static void makeFourCC(uint32_t fourcc, char *s) {
104 s[0] = (fourcc >> 24) & 0xff;
106 s[1] = (fourcc >> 16) & 0xff;
107 s[2] = (fourcc >> 8) & 0xff;
108 s[3] = fourcc & 0xff;
111 sprintf(s, "%u", fourcc);
148 char fourcc[15]; local
149 makeFourCC(handler->mMessages.keyAt(j), fourcc);
151 fourcc,
  /external/opencv3/modules/videoio/perf/
perf_output.cpp 27 VideoWriter writer(cv::tempfile(".wmv"), VideoWriter::fourcc('W', 'M', 'V', '3'),
30 VideoWriter writer(cv::tempfile(".avi"), VideoWriter::fourcc('X', 'V', 'I', 'D'),
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,
50 unsigned int fourcc, /* expected fourcc */
64 unsigned int fourcc, /* expected fourcc */
psb_surface_attrib.c 55 int width, int height, int fourcc,
65 if ((fourcc == VA_FOURCC_NV12) || (fourcc == VA_FOURCC_YV16) || (fourcc == VA_FOURCC_IYUV) || (fourcc == VA_FOURCC_RGBA)) {
93 if (VA_FOURCC_NV12 == fourcc) {
97 else if (VA_FOURCC_YV16 == fourcc) {
101 else if (VA_FOURCC_IYUV == fourcc) {
105 else if (VA_FOURCC_RGBA == fourcc) {
264 unsigned int fourcc, /* expected fourcc *
557 unsigned long fourcc; local
649 unsigned long fourcc; local
    [all...]
  /external/opencv3/modules/videoio/
precomp.hpp 113 CvVideoWriter* cvCreateVideoWriter_Win32( const char* filename, int fourcc,
115 CvVideoWriter* cvCreateVideoWriter_VFW( const char* filename, int fourcc,
120 CvVideoWriter* cvCreateVideoWriter_MSMF( const char* filename, int fourcc,
143 CvVideoWriter* cvCreateVideoWriter_FFMPEG_proxy( const char* filename, int fourcc,
149 CvVideoWriter* cvCreateVideoWriter_QT ( const char* filename, int fourcc,
153 CvVideoWriter* cvCreateVideoWriter_AVFoundation( const char* filename, int fourcc,
159 CvVideoWriter* cvCreateVideoWriter_GStreamer( const char* filename, int fourcc,
  /external/opencv3/modules/videoio/src/
precomp.hpp 113 CvVideoWriter* cvCreateVideoWriter_Win32( const char* filename, int fourcc,
115 CvVideoWriter* cvCreateVideoWriter_VFW( const char* filename, int fourcc,
120 CvVideoWriter* cvCreateVideoWriter_MSMF( const char* filename, int fourcc,
143 CvVideoWriter* cvCreateVideoWriter_FFMPEG_proxy( const char* filename, int fourcc,
149 CvVideoWriter* cvCreateVideoWriter_QT ( const char* filename, int fourcc,
153 CvVideoWriter* cvCreateVideoWriter_AVFoundation( const char* filename, int fourcc,
159 CvVideoWriter* cvCreateVideoWriter_GStreamer( const char* filename, int fourcc,
  /external/webrtc/talk/media/webrtc/
webrtcvideocapturer.cc 53 uint32_t fourcc; member in struct:cricket::kVideoFourCCEntry
86 uint32_t fourcc = 0; local
89 fourcc = kSupportedFourCCs[i].fourcc;
93 if (fourcc == 0) {
97 format->fourcc = fourcc;
108 if (kSupportedFourCCs[i].fourcc == format.fourcc) {
255 best_format->fourcc = FOURCC_I420
    [all...]
  /hardware/intel/common/libva/test/
loadsurface.h 45 unsigned int fourcc, int fixed_alpha)
92 if (fourcc == VA_FOURCC_YUY2)
107 switch (fourcc) {
150 unsigned int fourcc, int box_width, int row_shift,
158 if (fourcc == VA_FOURCC_YUY2) y_factor = 2;
179 if (fourcc == VA_FOURCC_YUY2) {
196 switch (fourcc) {
208 printf("unsupported fourcc in loadsurface.h\n");
225 fourcc, alpha);
246 switch (surface_image.format.fourcc) {
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 23 "--pixel-format=[fourcc] Picture format fourcc code\n"
95 std::string fourcc = optarg; local
96 if (fourcc.length() != 4) {
100 pixfmt = V4L2Device::MapFourCC(fourcc.c_str());

Completed in 507 milliseconds

1 2 3 4 5 6 7