/external/opencv3/modules/videoio/test/ |
D | test_fourcc.cpp | 47 #define DEFINE_GUID(n, fourcc, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) fourcc, argument 108 unsigned long fourcc = allfourcc[i]; in TEST() local
|
D | test_precomp.hpp | 84 int fourcc; member
|
D | test_video_io.cpp | 52 string fourccToString(int fourcc) in fourccToString() 431 int fourcc = fmt.fourcc; in SpecificVideoTest() local
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
D | dxbc_parse.cpp | 45 unsigned fourcc = bswap_le32(chunk->fourcc); in dxbc_parse() local 52 dxbc_chunk_header* dxbc_find_chunk(const void* data, int size, unsigned fourcc) in dxbc_find_chunk()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/ |
D | dxbc.h | 49 unsigned fourcc; member 81 unsigned fourcc; member 108 unsigned fourcc; in dxbc_find_signature() local
|
/external/webrtc/talk/media/base/ |
D | fakevideocapturer.h | 87 bool CaptureCustomFrame(int width, int height, uint32_t fourcc) { in CaptureCustomFrame() 94 uint32_t fourcc) { in CaptureCustomFrame()
|
D | videocommon.h | 146 inline std::string GetFourccName(uint32_t fourcc) { in GetFourccName() 189 uint32_t fourcc; // Color space. FOURCC_ANY means that any color space is OK. member
|
D | videoframe_unittest.h | 213 rtc::MemoryStream* CreateYuv422Sample(uint32_t fourcc, in CreateYuv422Sample() 258 rtc::MemoryStream* CreateRgbSample(uint32_t fourcc, in CreateRgbSample() 287 uint32_t fourcc, in ConvertYuv422() 327 uint32_t fourcc, in ConvertRgb() 389 bool GetYuv422Packing(uint32_t fourcc, in GetYuv422Packing() 404 bool GetRgbPacking(uint32_t fourcc, in GetRgbPacking() 1168 uint32_t fourcc, in ValidateFrame() 1464 uint32_t fourcc, in ConvertToBuffer()
|
D | videocommon.cc | 61 uint32_t CanonicalFourCC(uint32_t fourcc) { in CanonicalFourCC()
|
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg.cpp | 243 … virtual bool open( const char* filename, int fourcc, double fps, CvSize frameSize, bool isColor ) in open() 266 CvVideoWriter* cvCreateVideoWriter_FFMPEG_proxy( const char* filename, int fourcc, in cvCreateVideoWriter_FFMPEG_proxy()
|
D | cap_vfw.cpp | 334 DWORD fourcc; member in CvCaptureCAM_VFW 685 int fourcc; member in CvVideoWriter_VFW 834 CvVideoWriter* cvCreateVideoWriter_VFW( const char* filename, int fourcc, in cvCreateVideoWriter_VFW()
|
D | cap.cpp | 416 CV_IMPL CvVideoWriter* cvCreateVideoWriter( const char* filename, int fourcc, in cvCreateVideoWriter() 818 int VideoWriter::fourcc(char c1, char c2, char c3, char c4) in fourcc() function in cv::VideoWriter
|
/external/libyuv/files/source/ |
D | video_common.cc | 41 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | video_common.cc | 49 uint32 CanonicalFourCC(uint32 fourcc) { in CanonicalFourCC()
|
D | convert_to_argb.cc | 38 uint32 fourcc) { in ConvertToARGB()
|
D | convert_to_i420.cc | 37 uint32 fourcc) { in ConvertToI420()
|
/external/libvpx/libvpx/ |
D | ivfenc.c | 18 unsigned int fourcc, in ivf_write_file_header()
|
D | tools_common.h | 97 uint32_t fourcc; member 132 const uint32_t fourcc; member
|
D | webmenc.cc | 27 unsigned int fourcc, in write_webm_file_header()
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideocapturer.cc | 53 uint32_t fourcc; member 86 uint32_t fourcc = 0; in CapabilityToFormat() local
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_test.cc | 95 std::string fourcc = optarg; in main() local
|
/external/opencv3/3rdparty/libwebp/demux/ |
D | demux.c | 215 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 498 const uint32_t fourcc = ReadLE32(mem); in ParseVP8X() local 932 const char* const fourcc = in WebPDemuxNextChunk() local 941 const char* const fourcc = in WebPDemuxPrevChunk() local
|
/external/webp/src/demux/ |
D | demux.c | 220 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 445 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks() local 947 const char* const fourcc = in WebPDemuxNextChunk() local 956 const char* const fourcc = in WebPDemuxPrevChunk() local
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | va_surface.c | 124 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, in vlVaLockSurface()
|
/external/strace/ |
D | v4l2.c | 70 static void print_pixelformat(uint32_t fourcc) in print_pixelformat()
|