/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 92 u32 fourcc; member in struct:vdec_config 200 u32 fourcc; member in struct:vdec_dec_attributes
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer.cc | 74 fourcc(0), 259 best_format->fourcc = best->fourcc; 292 std::string fourcc_name = GetFourccName(captured_frame->fourcc) + " "; 339 if (FOURCC_ARGB == captured_frame->fourcc && 380 FOURCC_YUY2 == CanonicalFourCC(captured_frame->fourcc) || 381 FOURCC_UYVY == CanonicalFourCC(captured_frame->fourcc); 454 if (captured_frame->fourcc == FOURCC_MJPG) { 537 // 4) Compression. If desired format has a specific fourcc, we need exact match; 543 // Check fourcc [all...] |
mutedvideocapturer_unittest.cc | 69 EXPECT_EQ(format.fourcc, best_format.fourcc);
|
videocommon.cc | 58 uint32 CanonicalFourCC(uint32 fourcc) { 60 if (kFourCCAliases[i].alias == fourcc) { 65 return fourcc; 228 std::string fourcc_name = GetFourccName(fourcc) + " ";
|
/external/chromium_org/media/mp4/ |
box_reader_unittest.cc | 37 virtual FourCC BoxType() const OVERRIDE { return FOURCC_FREE; } 46 virtual FourCC BoxType() const OVERRIDE { return FOURCC_PSSH; } 69 virtual FourCC BoxType() const OVERRIDE { return FOURCC_SKIP; } 140 // Set an unrecognized top-level 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/chromium_org/third_party/libwebp/demux/ |
demux.c | 212 const uint32_t fourcc = ReadLE32(mem); local 223 switch (fourcc) { 269 // Restore fourcc/size when moving up one level in parsing. 381 // the user to request the payload via a fourcc string. 'size' includes the 498 const uint32_t fourcc = ReadLE32(mem); local 505 switch (fourcc) { 908 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { 914 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; 920 const char fourcc[4], int chunk_num) { 926 if (!memcmp(header, fourcc, TAG_SIZE)) ++count 966 const char* const fourcc = local 975 const char* const fourcc = local [all...] |
/external/webp/src/demux/ |
demux.c | 212 const uint32_t fourcc = ReadLE32(mem); local 223 switch (fourcc) { 269 // Restore fourcc/size when moving up one level in parsing. 381 // the user to request the payload via a fourcc string. 'size' includes the 498 const uint32_t fourcc = ReadLE32(mem); local 505 switch (fourcc) { 900 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { 906 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; 912 const char fourcc[4], int chunk_num) { 918 if (!memcmp(header, fourcc, TAG_SIZE)) ++count 958 const char* const fourcc = local 967 const char* const fourcc = local [all...] |
/device/asus/deb/original-kernel-headers/media/ |
msmb_camera.h | 129 unsigned int pixelformat; /* FOURCC */ 134 /* MSM Four-character-code (FOURCC) */
|
/device/asus/flo/original-kernel-headers/media/ |
msmb_camera.h | 129 unsigned int pixelformat; /* FOURCC */ 134 /* MSM Four-character-code (FOURCC) */
|
/device/lge/hammerhead/original-kernel-headers/media/ |
msmb_camera.h | 140 unsigned int pixelformat; /* FOURCC */ 145 /* MSM Four-character-code (FOURCC) */
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
va_image.c | 88 switch (format->fourcc) { 96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc);
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_image.c | 88 switch (format->fourcc) { 96 VA_ERROR("Couldn't create image of type %0x08\n",format->fourcc);
|
/hardware/qcom/msm8x74/original-kernel-headers/media/ |
msmb_camera.h | 139 unsigned int pixelformat; /* FOURCC */ 144 /* MSM Four-character-code (FOURCC) */
|
/external/chromium_org/third_party/libjingle/source/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);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_dump.cpp | 38 memcpy(fourcc_str, &chunk->fourcc, 4);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_xvmc.c | 8 #include <fourcc.h>
|
/external/libvpx/libvpx/third_party/libmkv/ |
testlibmkv.c | 40 writeVideoTrack(&ebml, 1, 1, "V_MS/VFW/FOURCC", 320, 240, 29.97);
|
/external/libvpx/libvpx/ |
vpxdec.c | 41 unsigned int fourcc; member in struct:__anon21345 338 unsigned int *fourcc, 355 *fourcc = mem_get_le32(raw_hdr + 8); 390 unsigned int *fourcc, 409 *fourcc = ifaces[i].fourcc; 523 unsigned int *fourcc, 553 *fourcc = VP8_FOURCC_MASK; 555 *fourcc = VP9_FOURCC_MASK; 677 unsigned int fourcc; local [all...] |
webmenc.h | 79 unsigned int fourcc);
|
/external/libyuv/files/include/libyuv/ |
convert.h | 174 // RGB16 (RGBP fourcc) little endian to I420. 182 // RGB15 (RGBO fourcc) little endian to I420. 190 // RGB12 (R444 fourcc) little endian to I420. 232 // "format" is a fourcc. ie 'I420', 'YUY2'
|
convert_argb.h | 162 // RGB16 (RGBP fourcc) little endian to ARGB. 168 // RGB15 (RGBO fourcc) little endian to ARGB. 174 // RGB12 (R444 fourcc) little endian to ARGB. 212 // "format" is a fourcc. ie 'I420', 'YUY2'
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/ |
dxbc_dump.cpp | 38 memcpy(fourcc_str, &chunk->fourcc, 4);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_xvmc.c | 8 #include <fourcc.h>
|