/external/webrtc/third_party/winsdk_samples/ |
winsdk_samples.gyp | 43 '<(baseclasses_dir)/fourcc.h',
|
/hardware/intel/img/psb_video/src/ |
psb_surface_ext.h | 90 unsigned int fourcc; member in struct:_PsbVASurface
|
psb_overlay.c | 933 int __maybe_unused fourcc, int __maybe_unused flags, [all...] |
/hardware/libhardware/modules/camera/3_4/arc/ |
image_processor.cpp | 25 * android_pixel_format_t videodev2.h FOURCC in libyuv 70 size_t ImageProcessor::GetConvertedSize(int fourcc, uint32_t width, 78 switch (fourcc) { 89 LOGF(ERROR) << "Pixel format " << FormatToString(fourcc)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msacm.h | 169 FOURCC fccType; 170 FOURCC fccComp; 188 FOURCC fccType; 189 FOURCC fccComp;
|
/external/libvpx/libvpx/examples/ |
set_maps.c | 176 info.codec_fourcc = encoder->fourcc; 218 if (frame_count == 22 && encoder->fourcc == VP8_FOURCC) {
|
/external/webrtc/talk/app/webrtc/ |
androidvideocapturer.cc | 54 captured_frame_.fourcc = static_cast<uint32_t>(cricket::FOURCC_ANY); 238 width, height, cricket::VideoFormat::FpsToInterval(fps), current.fourcc);
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
MPEG4Writer.h | 51 void beginBox(const char *fourcc); 58 void writeFourcc(const char *fourcc);
|
/external/libvncserver/libvncclient/ |
h264.c | 88 static const char *string_of_FOURCC(uint32_t fourcc) 94 str[buf][0] = fourcc; 95 str[buf][1] = fourcc >> 8; 96 str[buf][2] = fourcc >> 16; 97 str[buf][3] = fourcc >> 24; 104 return string_of_FOURCC(imgfmt->fourcc);
|
/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
|
/hardware/libhardware/modules/camera/3_4/ |
v4l2_wrapper.cpp | 327 supported_format.fourcc = pixel_format; 374 unique_fourccs.insert(format.fourcc); 685 uint32_t fourcc = local 694 // |fourcc|, it will assume that the amount of data to lock is based on 698 stream_buffer->stream->height, fourcc, buffer.length, 706 if (request_context->camera_buffer->GetFourcc() == fourcc &&
|
/hardware/intel/common/libva/test/encode/ |
h264encode.c | 623 static char *fourcc_to_string(int fourcc) 625 switch (fourcc) { 641 int fourcc; local 644 fourcc = VA_FOURCC_NV12; 646 fourcc = VA_FOURCC_IYUV; 648 fourcc = VA_FOURCC_YV12; 650 fourcc = VA_FOURCC_UYVY; 652 printf("Unknow FOURCC\n"); 653 fourcc = -1; 655 return fourcc; [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_screen.c | 330 intel_image_format_lookup(int fourcc) 335 if (intel_image_formats[i].fourcc == fourcc) { 344 static boolean intel_lookup_fourcc(int dri_format, int *fourcc) 348 *fourcc = intel_image_formats[i].fourcc; 668 int width, int height, int fourcc, 680 f = intel_image_format_lookup(fourcc); 704 int width, int height, int fourcc, 721 f = intel_image_format_lookup(fourcc); [all...] |
/external/kernel-headers/original/uapi/drm/ |
drm_mode.h | 447 __u32 pixel_format; /* fourcc code from drm_fourcc.h */ 453 * The pitch and offset order is dictated by the fourcc, 454 * e.g. NV12 (http://fourcc.org/yuv.php#NV12) is described as: 466 * indicates "native" format as specified by the fourcc. 723 /* Number of fourcc formats supported */
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderUtils.cpp | 236 unsigned int *fourcc, 421 uint32_t fourCC = 0; 432 &fourCC, &lumaStride, &chromaUStride, &chromaVStride, 439 LOG_V("kBufHandle = 0x%08x, fourCC = %d\n", kBufHandle, fourCC);
|
/external/libvpx/libvpx/ |
tools_common.c | 190 const VpxInterface *get_vpx_decoder_by_fourcc(uint32_t fourcc) { 195 if (decoder->fourcc == fourcc) return decoder;
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_screen.c | 543 int width, int height, int fourcc, 556 if (intel_image_formats[i].fourcc == fourcc) { 584 int width, int height, int fourcc, 597 if (intel_image_formats[i].fourcc == fourcc) { [all...] |
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/doc/spec/ |
c2030.htm | 224 HREF="r8367.htm#V4L2-FOURCC" 421 HREF="r8367.htm#V4L2-FOURCC"
|
/external/v4l2_codec2/vda/ |
v4l2_device.cc | 332 << "fourcc " << std::hex << pixelformat 338 << "fourcc " << std::hex << pixelformat
|
/external/webrtc/talk/media/base/ |
videoframe.cc | 243 bool VideoFrame::Validate(uint32_t fourcc, 256 uint32_t format = CanonicalFourCC(fourcc);
|
/hardware/interfaces/camera/device/3.4/default/ |
ExternalCameraUtils.cpp | 34 uint32_t w, uint32_t h, uint32_t fourcc, 36 mWidth(w), mHeight(h), mFourcc(fourcc),
|
/hardware/qcom/display/msm8998/libdrmutils/ |
drm_interface.h | 216 // FourCC format enum and modifier 259 // FourCC format enum and modifier
|
/prebuilts/misc/windows/sdl2/test/ |
testoverlay2.c | 157 #if 1 /* these are the two formulas that I found on the FourCC site... */ 167 #if 1 /* these are the two formulas that I found on the FourCC site... */
|
/system/core/adf/libadf/original-kernel-headers/video/ |
adf.h | 116 * @format: DRM-style fourcc, see drm_fourcc.h for standard formats 202 * @format: DRM-style fourcc (input)
|
/cts/tests/tests/media/src/android/media/cts/ |
IvfWriter.java | 125 ivfHeader[8] = 'V'; // fourcc
|