/aosp_15_r20/external/webrtc/modules/video_coding/utility/ |
H A D | ivf_file_writer_unittest.cc | 135 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local 140 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local 145 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local 150 const uint8_t fourcc[4] = {'V', 'P', '9', '0'}; in TEST_F() local 155 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local 160 const uint8_t fourcc[4] = {'A', 'V', '0', '1'}; in TEST_F() local 165 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local 170 const uint8_t fourcc[4] = {'H', '2', '6', '4'}; in TEST_F() local 175 const uint8_t fourcc[4] = {'*', '*', '*', '*'}; in TEST_F() local 180 const uint8_t fourcc[4] = {'V', 'P', '8', '0'}; in TEST_F() local [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/dri/ |
H A D | loader_dri3_helper.c | 1364 dri3_alloc_render_buffer(struct loader_dri3_drawable *draw, unsigned int fourcc, in dri3_alloc_render_buffer() 1765 unsigned int fourcc, in loader_dri3_create_image() 1812 unsigned int fourcc, in loader_dri3_create_image_from_buffers() 1853 unsigned fourcc, bool multiplanes_available, in loader_dri3_get_pixmap_buffer() 1898 dri3_get_pixmap_buffer(__DRIdrawable *driDrawable, unsigned int fourcc, in dri3_get_pixmap_buffer() 1976 unsigned int fourcc, in dri3_get_buffer() 2149 int fourcc = loader_image_format_to_fourcc(format); in loader_dri3_get_buffers() local
|
H A D | dri2.c | 1092 uint64_t modifier, int fourcc) in dri2_get_modifier_num_planes() 1508 dri2_from_names(__DRIscreen *screen, int width, int height, int fourcc, in dri2_from_names() 1582 dri_query_dma_buf_modifiers(__DRIscreen *_screen, int fourcc, int max, in dri_query_dma_buf_modifiers() 1621 uint32_t fourcc, uint64_t modifier, in dri2_query_dma_buf_format_modifier_attribs() 1645 int width, int height, int fourcc, in dri2_from_dma_bufs() 1757 dri2_query_compression_modifiers(__DRIscreen *_screen, uint32_t fourcc, in dri2_query_compression_modifiers()
|
/aosp_15_r20/external/v4l2_codec2/common/ |
H A D | Fourcc.cpp | 16 Fourcc::Fourcc(Fourcc::Value fourcc) : mValue(fourcc) {} in Fourcc() function in android::Fourcc 21 std::optional<Fourcc> Fourcc::fromUint32(uint32_t fourcc) { in fromUint32()
|
/aosp_15_r20/external/libvpx/ |
H A D | ivfenc.c | 16 void ivf_write_file_header_with_video_info(FILE *outfile, unsigned int fourcc, in ivf_write_file_header_with_video_info() 40 unsigned int fourcc, int frame_cnt) { in ivf_write_file_header()
|
H A D | tools_common.h | 104 uint32_t fourcc; member 153 uint32_t fourcc; member
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/ |
H A D | frame_buffer.cpp | 64 uint32_t fourcc) in V4L2FrameBuffer() 105 uint32_t height, uint32_t fourcc, in GrallocFrameBuffer()
|
/aosp_15_r20/frameworks/av/media/module/foundation/ |
H A D | ALooperRoster.cpp | 105 static void makeFourCC(uint32_t fourcc, char *s, size_t bufsz) { in makeFourCC() 162 char fourcc[15]; in dump() local
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_wayland.c | 194 dri2_wl_visual_idx_from_fourcc(uint32_t fourcc) in dri2_wl_visual_idx_from_fourcc() 209 uint32_t fourcc = dri2_wl_visuals[idx].wl_drm_format; in dri2_wl_shm_format_from_visual_idx() local 222 uint32_t fourcc; in dri2_wl_visual_idx_from_shm_format() local 266 server_supports_fourcc(struct dri2_wl_formats *formats, uint32_t fourcc) in server_supports_fourcc() 1207 int fourcc; in get_back_bo() local 1467 int width, height, fourcc, num_planes; in create_wl_buffer() local 1758 int fourcc; in dri2_wl_create_wayland_buffer_from_image() local
|
/aosp_15_r20/external/libkmsxx/kms++/inc/kms++/ |
H A D | pixelformats.h | 9 constexpr uint32_t MakeFourCC(const char* fourcc) in MakeFourCC() 69 static inline PixelFormat FourCCToPixelFormat(const std::string& fourcc) in FourCCToPixelFormat()
|
/aosp_15_r20/external/webp/src/demux/ |
H A D | demux.c | 222 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 456 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks() local 956 const char* const fourcc = in WebPDemuxNextChunk() local 965 const char* const fourcc = in WebPDemuxPrevChunk() local
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Device.cpp | 67 struct v4l2_format buildV4L2Format(const enum v4l2_buf_type type, uint32_t fourcc, in buildV4L2Format() 735 std::optional<struct v4l2_format> V4L2Queue::setFormat(uint32_t fourcc, const ui::Size& size, in setFormat() 748 std::optional<struct v4l2_format> V4L2Queue::tryFormat(uint32_t fourcc, const ui::Size& size, in tryFormat() 1837 const uint32_t fourcc = format.fmt.pix.pixelformat; in allocatedSizeFromV4L2Format() local 2084 std::optional<Fourcc> fourcc = Fourcc::fromV4L2PixFmt(pixFmt); in getNumPlanesOfV4L2PixFmt() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_color_encoding.c | 131 uint32_t fourcc; member 165 static const struct color_encoding_format *lookup_fourcc(uint32_t fourcc) in lookup_fourcc()
|
/aosp_15_r20/external/webrtc/media/base/ |
H A D | video_common.h | 121 inline std::string GetFourccName(uint32_t fourcc) { in GetFourccName() 139 uint32_t fourcc; // Color space. FOURCC_ANY means that any color space is OK. member
|
/aosp_15_r20/external/libva/va/ |
H A D | va_drmcommon.h | 132 uint32_t fourcc; member 178 uint32_t fourcc; member
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/bionic/libc/kernel/uapi/drm/ |
D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/bionic/libc/kernel/uapi/drm/ |
D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/drm/ |
D | exynos_drm.h | 82 __u32 fourcc; member 122 __u32 fourcc; member 138 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/drm/ |
H A D | exynos_drm.h | 82 __u32 fourcc; member 122 __u32 fourcc; member 138 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/drm/ |
H A D | exynos_drm.h | 82 __u32 fourcc; member 122 __u32 fourcc; member 138 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/drm/ |
H A D | exynos_drm.h | 82 __u32 fourcc; member 122 __u32 fourcc; member 138 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/bionic/libc/kernel/uapi/drm/ |
D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/bionic/libc/kernel/uapi/drm/ |
D | exynos_drm.h | 94 __u32 fourcc; member 134 __u32 fourcc; member 150 __u32 fourcc; member
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/drm/ |
H A D | exynos_drm.h | 82 __u32 fourcc; member 122 __u32 fourcc; member 138 __u32 fourcc; member
|