/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_test.cc | 99 if (!device->GetPixelFormat(i, &format.fourcc)) { 104 if (!device->EnumFrameSize(format.fourcc, &num_frame_size, false)) { 110 if (!device->GetFrameSize(j, format.fourcc, &format.width, 116 if (!device->EnumFrameInterval(format.fourcc, format.width, 125 if (!device->GetFrameInterval(k, format.fourcc, format.width, 163 if (!result_format || format.fourcc == V4L2_PIX_FMT_MJPEG) { 171 // Find format according to V4L2 fourcc. If multiple resolution support the 172 // same fourcc, choose the first one. 174 uint32_t fourcc) { 176 if (format.fourcc == V4L2_PIX_FMT_MJPEG) [all...] |
/external/libvpx/libvpx/ |
webmenc.h | 42 stereo_format_t stereo_fmt, unsigned int fourcc,
|
webmenc.cc | 25 stereo_format_t stereo_fmt, unsigned int fourcc, 49 switch (fourcc) {
|
/external/libxcam/modules/ocl/ |
cl_csc_handler.h | 56 bool set_output_format (uint32_t fourcc);
|
cl_bayer_pipe_handler.h | 68 bool set_output_format (uint32_t fourcc);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
IsoFile.java | 117 public static byte[] fourCCtoBytes(String fourCC) { 119 if (fourCC != null) { 120 for (int i = 0; i < Math.min(4, fourCC.length()); i++) { 121 result[i] = (byte) fourCC.charAt(i);
|
/external/webp/src/demux/ |
demux.c | 222 const uint32_t fourcc = ReadLE32(mem); local 233 switch (fourcc) { 274 // Restore fourcc/size when moving up one level in parsing. 350 // the user to request the payload via a fourcc string. 'size' includes the 447 const uint32_t fourcc = ReadLE32(mem); local 454 switch (fourcc) { 890 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { 896 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; 902 const char fourcc[4], int chunk_num) { 908 if (!memcmp(header, fourcc, TAG_SIZE)) ++count 948 const char* const fourcc = local 957 const char* const fourcc = local [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 51 int fourcc; /* __DRI_IMAGE_FOURCC_ */ member in struct:droid_yuv_format 54 /* The following table is used to look up a DRI image FourCC based 57 /* Native format, YCrCb, Chroma step, DRI image FourCC */ 73 return droid_yuv_formats[i].fourcc; 112 /* createImageFromFds requires fourcc format */ 459 int fourcc, pitch; local 477 fourcc = get_fourcc(dri2_surf->buffer->format); 482 if (fourcc == -1 || pitch == 0) { 483 _eglLog(_EGL_WARNING, "Invalid buffer fourcc(%x) or pitch(%d)", 484 fourcc, pitch) 595 int fourcc; local 689 const int fourcc = get_fourcc(buf->format); local [all...] |
/external/skia/src/codec/ |
SkHeifCodec.cpp | 18 #define FOURCC(c1, c2, c3, c4) \ 32 if (chunkType != FOURCC('f', 't', 'y', 'p')) { 74 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') 75 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c')) {
|
/external/skqp/src/codec/ |
SkHeifCodec.cpp | 18 #define FOURCC(c1, c2, c3, c4) \ 32 if (chunkType != FOURCC('f', 't', 'y', 'p')) { 74 if (brand == FOURCC('m', 'i', 'f', '1') || brand == FOURCC('h', 'e', 'i', 'c') 75 || brand == FOURCC('m', 's', 'f', '1') || brand == FOURCC('h', 'e', 'v', 'c')) {
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoconfigparamsdec_vc1.h | 74 /* TODO: wmv_version and fourcc type might be changed later */ 76 guint fourcc; member in struct:_MixVideoConfigParamsDecVC1
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
msmb_camera.h | 143 unsigned int pixelformat; /* FOURCC */ 148 /* MSM Four-character-code (FOURCC) */
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
compare.h | 25 // Scan an opaque argb image and return fourcc based on alpha offset.
|
convert.h | 180 // RGB16 (RGBP fourcc) little endian to I420. 188 // RGB15 (RGBO fourcc) little endian to I420. 196 // RGB12 (R444 fourcc) little endian to I420. 241 // "format" is a fourcc. ie 'I420', 'YUY2'
|
/external/libyuv/files/include/libyuv/ |
compare.h | 25 // Scan an opaque argb image and return fourcc based on alpha offset.
|
convert.h | 260 // RGB16 (RGBP fourcc) little endian to I420. 273 // RGB15 (RGBO fourcc) little endian to I420. 286 // RGB12 (R444 fourcc) little endian to I420. 341 // "format" is a fourcc. ie 'I420', 'YUY2'
|
/external/webrtc/talk/media/base/ |
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) + " ";
|
videoframe_unittest.h | 213 rtc::MemoryStream* CreateYuv422Sample(uint32_t fourcc, 217 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) { 258 rtc::MemoryStream* CreateRgbSample(uint32_t fourcc, 262 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { 287 uint32_t fourcc, 292 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) { 327 uint32_t fourcc, 332 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) { 389 bool GetYuv422Packing(uint32_t fourcc, 394 if (fourcc == cricket::FOURCC_YUY2) [all...] |
/external/webrtc/talk/media/devices/ |
filevideocapturer_unittest.cc | 133 // desired format same as the supported capture format except the fourcc 134 desired.fourcc = cricket::FOURCC_ANY; 136 EXPECT_NE(capture_format_.fourcc, desired.fourcc);
|
/hardware/libhardware/modules/camera/3_4/ |
stream_format.h | 66 uint32_t fourcc, uint32_t width,
|
/cts/tests/tests/media/src/android/media/cts/ |
IvfReader.java | 53 * is indeed a valid IVF file. (fourcc, signature) 71 * is indeed a valid IVF file. (fourcc, signature) 138 // Fourcc
|
/external/webrtc/talk/media/webrtc/ |
webrtcvideocapturer_unittest.cc | 107 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc()); 126 EXPECT_EQ(cricket::FOURCC_I420, format.fourcc); 134 EXPECT_EQ(capturer_->GetCaptureFormat()->fourcc, listener_.frame_fourcc());
|
/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/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
ExternalCameraUtils.h | 94 uint32_t fourcc; member in struct:android::hardware::camera::device::V3_4::implementation::SupportedV4L2Format 95 // All supported frame rate for this w/h/fourcc combination 108 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
|
/hardware/libhardware/modules/camera/3_4/arc/ |
cached_frame.cpp | 62 size_t CachedFrame::GetConvertedSize(int fourcc) const { 63 return ImageProcessor::GetConvertedSize(fourcc, yu12_frame_->GetWidth(), 184 libyuv::FourCC::FOURCC_I420);
|