Searched refs:fourcc (Results 101 - 112 of 112) sorted by relevance

12345

/external/mesa3d/include/GL/internal/
H A Ddri_interface.h1042 int width, int height, int fourcc,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer_unittest.cc317 desired.fourcc = cricket::FOURCC_MJPG;
320 desired.fourcc = cricket::FOURCC_I420;
H A Dvideoadapter.cc275 input_format_.interval, input_format_.fourcc);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c562 info.codec_fourcc = encoder->fourcc;
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c554 info.codec_fourcc = encoder->fourcc;
/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/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
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c5 #include <fourcc.h>
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c5 #include <fourcc.h>
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc531 virtual bool Reset(uint32 fourcc,

Completed in 362 milliseconds

12345