/external/libxcam/xcore/ |
drm_display.cpp | 368 uint32_t fourcc = video_info.format; local 403 ret = (XCamReturn) drmModeAddFB2(_fd, video_info.width, video_info.height, fourcc, bo_handles,
|
/frameworks/av/media/libstagefright/foundation/tests/ |
Utils_test.cpp | 25 #include <media/stagefright/foundation/ByteUtils.h> // for FOURCC 127 ASSERT_EQ(FOURCC('s', 't', 'm' , 'u'), 'stmu');
|
/hardware/qcom/display/msm8909/libdrmutils/ |
drm_interface.h | 246 // FourCC format enum and modifier 284 // FourCC format enum and modifier
|
/hardware/qcom/display/msm8909w_3100/libdrmutils/ |
drm_interface.h | 246 // FourCC format enum and modifier 284 // FourCC format enum and modifier
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mmsystem.h | [all...] |
/external/autotest/client/cros/graphics/ |
gbm.py | 116 @param bo_format: pixel format fourcc code, e.g. GBM_FORMAT_ARGB8888.
|
/external/libvpx/libvpx/examples/ |
twopass_encoder.c | 155 VpxVideoInfo info = { encoder->fourcc,
|
simple_encoder.c | 183 info.codec_fourcc = encoder->fourcc;
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
x2428.htm | 104 TITLE="FOURCC"><COL
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
GlRectDrawer.java | 72 // CSC according to http://www.fourcc.org/fccyvrgb.php
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideoframe.cc | 79 return Reset(frame->fourcc, frame->width, frame->height, dw, dh,
|
webrtcvideoframe_unittest.cc | 66 captured_frame.fourcc = cricket::FOURCC_I420;
|
/system/core/adf/libadf/include/adf/ |
adf.h | 275 * Converts an ADF/DRM fourcc format to its string representation.
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_from.cc | 899 uint32 fourcc) { 900 uint32 format = CanonicalFourCC(fourcc); [all...] |
/external/libyuv/files/source/ |
convert_from.cc | [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.csv | 143 # http://www.fourcc.org/yuv.php#UYVY 145 # http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2)
|
u_format_yuv.h | 38 * - http://www.fourcc.org/fccyvrgb.php
|
/hardware/intel/common/libva/test/encode/ |
avcenc.c | 391 if (surface_image.format.fourcc == VA_FOURCC_NV12) { /* UV plane */ 402 } else if (surface_image.format.fourcc == VA_FOURCC_YV12 || 403 surface_image.format.fourcc == VA_FOURCC_I420) { 404 const int U = surface_image.format.fourcc == VA_FOURCC_I420 ? 1 : 2; 405 const int V = surface_image.format.fourcc == VA_FOURCC_I420 ? 2 : 1; [all...] |
/hardware/intel/img/psb_video/src/ |
psb_drv_video.c | 739 unsigned long fourcc; local 913 fourcc = VA_FOURCC_YV32; /* allocate 4 planar */ 916 fourcc = VA_FOURCC_YV16; 920 fourcc = VA_FOURCC_NV12; 925 vaStatus = psb_surface_create(driver_data, width, height, fourcc, 936 /* by default, surface fourcc is NV12 */ 937 psb_surface->extra_info[4] = fourcc; 938 psb_surface->extra_info[8] = fourcc; [all...] |
psb_texture.c | 659 if (surface_subpic->fourcc == VA_FOURCC_AI44) 662 sBltVP.sSrcSubpic[i].Format = surface_subpic->fourcc; 678 if (surface_subpic->fourcc == VA_FOURCC_AI44) { [all...] |
/external/libvpx/libvpx/ |
vpxdec.c | 321 input->fourcc = decoder->fourcc; 732 fourcc_interface = get_vpx_decoder_by_fourcc(vpx_input_ctx.fourcc); [all...] |
/external/strace/tests/ |
ioctl_v4l2.c | 41 # define fourcc(a0, a1, a2, a3) \ macro 51 # define fourcc(a0, a1, a2, a3) \ macro 872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); [all...] |
/external/strace/tests-m32/ |
ioctl_v4l2.c | 41 # define fourcc(a0, a1, a2, a3) \ macro 51 # define fourcc(a0, a1, a2, a3) \ macro 872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); [all...] |
/external/strace/tests-mx32/ |
ioctl_v4l2.c | 41 # define fourcc(a0, a1, a2, a3) \ macro 51 # define fourcc(a0, a1, a2, a3) \ macro 872 p_frmsizeenum->pixel_format = fourcc(cc[0], cc[1], cc[2], cc[3]); [all...] |
/hardware/intel/common/libva/va/ |
va.c | 740 attrib->value.value.i = image_formats[i].fourcc; [all...] |