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

1 2 3 4 5 6 7

  /external/strace/
v4l2.c 85 print_pixelformat(uint32_t fourcc)
93 (unsigned char) (fourcc >> 24),
94 (unsigned char) (fourcc >> 16),
95 (unsigned char) (fourcc >> 8),
96 (unsigned char) fourcc
99 .pixelformat = fourcc
  /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...]
videocommon.cc 61 uint32_t CanonicalFourCC(uint32_t fourcc) {
63 if (kFourCCAliases[i].alias == fourcc) {
68 return fourcc;
228 std::string fourcc_name = GetFourccName(fourcc) + " ";
  /external/libvpx/libvpx/third_party/libyuv/source/
video_common.cc 50 uint32 CanonicalFourCC(uint32 fourcc) {
53 if (kFourCCAliases[i].alias == fourcc) {
58 return fourcc;
  /external/libyuv/files/source/
video_common.cc 49 uint32 CanonicalFourCC(uint32 fourcc) {
52 if (kFourCCAliases[i].alias == fourcc) {
57 return fourcc;
  /external/libvpx/libvpx/
ivfenc.h 23 uint32_t fourcc, int frame_cnt);
ivfenc.c 17 unsigned int fourcc, int frame_cnt) {
26 mem_put_le32(header + 8, fourcc); // fourcc
webmenc.h 42 stereo_format_t stereo_fmt, unsigned int fourcc,
tools_common.h 99 uint32_t fourcc; member in struct:VpxInputContext
134 const uint32_t fourcc; member in struct:VpxInterface
145 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, size_t bufsz) {
104 s[0] = (fourcc >> 24) & 0xff;
106 s[1] = (fourcc >> 16) & 0xff;
107 s[2] = (fourcc >> 8) & 0xff;
108 s[3] = fourcc & 0xff;
111 snprintf(s, bufsz, "%u", fourcc);
148 char fourcc[15]; local
149 makeFourCC(handler->mMessages.keyAt(j), fourcc, sizeof(fourcc));
151 fourcc,
    [all...]
  /external/autotest/client/site_tests/camera_V4L2/src/
common_types.h 49 : width(w), height(h), fourcc(fmt) {
54 uint32_t fourcc; member in struct:SupportedFormat
57 // fourcc are 640x480 YUYV. If frameRates are 15.0 and 30.0, the camera
  /hardware/libhardware/modules/camera/3_4/arc/
frame_buffer.h 40 void SetFourcc(uint32_t fourcc) { fourcc_ = fourcc; }
86 uint32_t height, uint32_t fourcc);
109 uint32_t fourcc, uint32_t device_buffer_length,
image_processor.h 11 // FourCC pixel formats (defined as V4L2_PIX_FMT_*).
25 // format. |fourcc| is defined as V4L2_PIX_FMT_* in linux/videodev2.h.
27 static size_t GetConvertedSize(int fourcc, uint32_t width, uint32_t height);
32 // Convert format from |in_frame.fourcc| to |out_frame->fourcc|. Caller should
42 // |fourcc| of |out_frame|.
common_types.h 43 uint32_t fourcc; member in struct:arc::SupportedFormat
46 // fourcc are 640x480 YUYV. If frameRates are 15.0 and 30.0, the camera
  /frameworks/native/libs/gui/include/gui/
DisplayEventReceiver.h 42 static inline constexpr uint32_t fourcc(char c1, char c2, char c3, char c4) { function in namespace:android
53 DISPLAY_EVENT_VSYNC = fourcc('v', 's', 'y', 'n'),
54 DISPLAY_EVENT_HOTPLUG = fourcc('p', 'l', 'u', 'g'),
  /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...]
  /hardware/libhardware/modules/camera/3_4/
stream_format.cpp 58 v4l2_pixel_format_(format.fourcc),
152 uint32_t fourcc, uint32_t width,
157 if (format.fourcc == fourcc && format.width == width &&
167 // here that the conversion between YU12 and |fourcc| is supported.
168 if (!arc::ImageProcessor::SupportsConversion(V4L2_PIX_FMT_YUV420, fourcc)) {
169 HAL_LOGE("Conversion between YU12 and 0x%x not supported.", fourcc);
208 if (supported_format.fourcc != supported_fourcc) {
213 // preferred 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...]
  /external/libxcam/xcore/
xcam_common.cpp 84 xcam_fourcc_to_string (uint32_t fourcc)
89 memcpy (str, &fourcc, 4);
  /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/libyuv/files/unit_test/
video_common_test.cc 19 // Tests FourCC codes in video common, which are used for ConvertToI420().
29 static bool TestValidFourCC(uint32 fourcc, int bpp) {
30 if (!TestValidChar(fourcc & 0xff) || !TestValidChar((fourcc >> 8) & 0xff) ||
31 !TestValidChar((fourcc >> 16) & 0xff) ||
32 !TestValidChar((fourcc >> 24) & 0xff)) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_image.h 55 int fourcc; member in struct:intel_image_format
  /external/webrtc/talk/app/webrtc/
remotevideocapturer.cc 85 best_format->fourcc = cricket::FOURCC_I420;

Completed in 1439 milliseconds

1 2 3 4 5 6 7