/third_party/uboot/u-boot-2020.01/include/ |
D | ipu_pixfmt.h | 18 #define fourcc(a, b, c, d)\ macro 26 #define IPU_PIX_FMT_GENERIC fourcc('I', 'P', 'U', '0') 27 #define IPU_PIX_FMT_GENERIC_32 fourcc('I', 'P', 'U', '1') 28 #define IPU_PIX_FMT_LVDS666 fourcc('L', 'V', 'D', '6') 29 #define IPU_PIX_FMT_LVDS888 fourcc('L', 'V', 'D', '8') 31 #define IPU_PIX_FMT_RGB332 fourcc('R', 'G', 'B', '1') /*< 8 RGB-3-3-2 */ 32 #define IPU_PIX_FMT_RGB555 fourcc('R', 'G', 'B', 'O') /*< 16 RGB-5-5-5 */ 33 #define IPU_PIX_FMT_RGB565 fourcc('R', 'G', 'B', 'P') /*< 1 6 RGB-5-6-5 */ 34 #define IPU_PIX_FMT_RGB666 fourcc('R', 'G', 'B', '6') /*< 18 RGB-6-6-6 */ 35 #define IPU_PIX_FMT_BGR666 fourcc('B', 'G', 'R', '6') /*< 18 BGR-6-6-6 */ [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atomsrecovery.c | 264 read_atom_header (FILE * f, guint32 * fourcc, guint32 * size) in read_atom_header() argument 271 *fourcc = GST_READ_UINT32_LE (aux + 4); in read_atom_header() 278 guint32 fourcc; in moov_recov_file_parse_prefix() local 283 if (!read_atom_header (moovrf->file, &fourcc, &size)) { in moov_recov_file_parse_prefix() 287 if (fourcc != FOURCC_ftyp) { in moov_recov_file_parse_prefix() 295 if (!read_atom_header (moovrf->file, &fourcc, &size)) in moov_recov_file_parse_prefix() 300 if (fourcc != FOURCC_ftyp) in moov_recov_file_parse_prefix() 310 guint32 fourcc; in moov_recov_file_parse_mvhd() local 312 if (!read_atom_header (moovrf->file, &fourcc, &size)) { in moov_recov_file_parse_mvhd() 316 if (fourcc != FOURCC_mvhd) in moov_recov_file_parse_mvhd() [all …]
|
D | qtatomparser.h | 118 qt_atom_parser_get_fourcc (GstByteReader * parser, guint32 * fourcc) in qt_atom_parser_get_fourcc() argument 126 *fourcc = GUINT32_SWAP_LE_BE (f_be); in qt_atom_parser_get_fourcc() 133 guint32 fourcc; in qt_atom_parser_get_fourcc_unchecked() local 135 fourcc = gst_byte_reader_get_uint32_be_unchecked (parser); in qt_atom_parser_get_fourcc_unchecked() 136 return GUINT32_SWAP_LE_BE (fourcc); in qt_atom_parser_get_fourcc_unchecked()
|
D | gstqtmux.c | 713 qtpad->fourcc = 0; in gst_qt_mux_pad_reset() 1019 GST_FOURCC_ARGS (qtpad->fourcc), size); in gst_qt_mux_prepare_caption_buffer() 1021 switch (qtpad->fourcc) { in gst_qt_mux_prepare_caption_buffer() 1244 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_tag() argument 1255 GST_FOURCC_ARGS (fourcc), str); in gst_qt_mux_add_mp4_tag() 1256 atom_udta_add_str_tag (udta, fourcc, str); in gst_qt_mux_add_mp4_tag() 1268 GST_FOURCC_ARGS (fourcc), (gint) value); in gst_qt_mux_add_mp4_tag() 1269 atom_udta_add_uint_tag (udta, fourcc, 21, (gint) value); in gst_qt_mux_add_mp4_tag() 1285 GST_FOURCC_ARGS (fourcc), value, count); in gst_qt_mux_add_mp4_tag() 1286 atom_udta_add_uint_tag (udta, fourcc, 0, in gst_qt_mux_add_mp4_tag() [all …]
|
D | qtdemux_types.c | 230 qtdemux_type_get (guint32 fourcc) in qtdemux_type_get() argument 235 if (G_UNLIKELY (qt_node_types[i].fourcc == fourcc)) in qtdemux_type_get() 240 GST_FOURCC_ARGS (fourcc)); in qtdemux_type_get()
|
D | qtdemux_dump.c | 246 guint32 size = 0, fourcc; in qtdemux_dump_dref() local 249 !qt_atom_parser_get_fourcc (data, &fourcc) || size < 8 || in qtdemux_dump_dref() 255 GST_FOURCC_ARGS (fourcc)); in qtdemux_dump_dref() 264 guint32 fourcc; in qtdemux_dump_stsd_avc1() local 275 fourcc = GET_FOURCC (data); in qtdemux_dump_stsd_avc1() 277 "", GST_FOURCC_ARGS (fourcc)); in qtdemux_dump_stsd_avc1() 366 guint32 fourcc; in qtdemux_dump_stsd() local 369 !qt_atom_parser_get_fourcc (data, &fourcc)) in qtdemux_dump_stsd() 374 "", GST_FOURCC_ARGS (fourcc)); in qtdemux_dump_stsd() 386 switch (fourcc) { in qtdemux_dump_stsd() [all …]
|
D | qtdemux_types.h | 52 guint32 fourcc; member 79 const QtNodeType *qtdemux_type_get (guint32 fourcc);
|
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/ |
D | gstmssfragmentparser.c | 55 guint32 fourcc; in gst_mss_fragment_parser_add_buffer() local 69 if (!gst_isoff_parse_box_header (&reader, &fourcc, NULL, &header_size, in gst_mss_fragment_parser_add_buffer() 74 parser->current_fourcc = fourcc; in gst_mss_fragment_parser_add_buffer() 77 GST_FOURCC_ARGS (fourcc), size); in gst_mss_fragment_parser_add_buffer() 79 parser->current_fourcc = fourcc; in gst_mss_fragment_parser_add_buffer()
|
D | gstmssmanifest.c | 492 _gst_mss_stream_video_caps_from_fourcc (gchar * fourcc) in _gst_mss_stream_video_caps_from_fourcc() argument 494 if (!fourcc) in _gst_mss_stream_video_caps_from_fourcc() 497 if (strcmp (fourcc, "H264") == 0 || strcmp (fourcc, "AVC1") == 0) { in _gst_mss_stream_video_caps_from_fourcc() 500 } else if (strcmp (fourcc, "WVC1") == 0) { in _gst_mss_stream_video_caps_from_fourcc() 508 _gst_mss_stream_audio_caps_from_fourcc (gchar * fourcc) in _gst_mss_stream_audio_caps_from_fourcc() argument 510 if (!fourcc) in _gst_mss_stream_audio_caps_from_fourcc() 513 if (strcmp (fourcc, "AACL") == 0) { in _gst_mss_stream_audio_caps_from_fourcc() 516 } else if (strcmp (fourcc, "WmaPro") == 0 || strcmp (fourcc, "WMAP") == 0) { in _gst_mss_stream_audio_caps_from_fourcc() 668 gchar *fourcc = (gchar *) xmlGetProp (node, (xmlChar *) "FourCC"); in _gst_mss_stream_video_caps_from_qualitylevel_xml() local 679 caps = _gst_mss_stream_video_caps_from_fourcc (fourcc); in _gst_mss_stream_video_caps_from_qualitylevel_xml() [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gsteglimage.c | 538 gint fourcc; in gst_egl_image_from_dmabuf() local 541 fourcc = _drm_rgba_fourcc_from_info (in_info, plane, &format); in gst_egl_image_from_dmabuf() 543 (char *) &fourcc, fourcc, plane, in gst_egl_image_from_dmabuf() 552 attribs[atti++] = fourcc; in gst_egl_image_from_dmabuf() 677 _gst_egl_image_check_dmabuf_direct (GstGLContext * context, int fourcc) in _gst_egl_image_check_dmabuf_direct() argument 728 if (formats[i] == fourcc) in _gst_egl_image_check_dmabuf_direct() 734 GST_FOURCC_ARGS (fourcc)); in _gst_egl_image_check_dmabuf_direct() 738 ret = gst_eglQueryDmaBufModifiersEXT (egl_display, fourcc, 0, NULL, NULL, in _gst_egl_image_check_dmabuf_direct() 742 GST_FOURCC_FORMAT, GST_FOURCC_ARGS (fourcc)); in _gst_egl_image_check_dmabuf_direct() 749 ret = gst_eglQueryDmaBufModifiersEXT (egl_display, fourcc, num_modifiers, in _gst_egl_image_check_dmabuf_direct() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/ivfparse/ |
D | gstivfparse.c | 195 fourcc_to_media_type (guint32 fourcc) in fourcc_to_media_type() argument 197 switch (fourcc) { in fourcc_to_media_type() 223 media_type = fourcc_to_media_type (ivf->fourcc); in gst_ivf_parse_update_src_caps() 253 guint32 fourcc = GST_READ_UINT32_LE (map.data + 8); in gst_ivf_parse_handle_frame_start() local 264 fourcc_to_media_type (fourcc) == NULL) { in gst_ivf_parse_handle_frame_start() 270 ivf->fourcc = fourcc; in gst_ivf_parse_handle_frame_start() 338 if (ivf->fourcc == GST_MAKE_FOURCC ('V', 'P', '8', '0')) { in gst_ivf_parse_handle_frame_data() 348 } else if (ivf->fourcc == GST_MAKE_FOURCC ('V', 'P', '9', '0')) { in gst_ivf_parse_handle_frame_data() 350 } else if (ivf->fourcc == GST_MAKE_FOURCC ('A', 'V', '0', '1')) { in gst_ivf_parse_handle_frame_data()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 417 guint32 fourcc; in gst_isoff_traf_box_parse() local 423 if (!gst_isoff_parse_box_header (reader, &fourcc, extended_type, in gst_isoff_traf_box_parse() 429 switch (fourcc) { in gst_isoff_traf_box_parse() 509 guint32 fourcc; in gst_isoff_moof_box_parse() local 513 if (!gst_isoff_parse_box_header (reader, &fourcc, NULL, &header_size, in gst_isoff_moof_box_parse() 519 switch (fourcc) { in gst_isoff_moof_box_parse() 619 guint32 fourcc; in gst_isoff_mdia_box_parse() local 624 if (!gst_isoff_parse_box_header (reader, &fourcc, NULL, &header_size, in gst_isoff_mdia_box_parse() 630 switch (fourcc) { in gst_isoff_mdia_box_parse() 697 guint32 fourcc; in gst_isoff_trak_box_parse() local [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk_libva.c | 123 gst_msdk_get_va_fourcc_from_mfx_fourcc (mfxU32 fourcc) in gst_msdk_get_va_fourcc_from_mfx_fourcc() argument 128 if (m->mfx_fourcc == fourcc) in gst_msdk_get_va_fourcc_from_mfx_fourcc() 136 gst_msdk_get_mfx_fourcc_from_va_fourcc (guint32 fourcc) in gst_msdk_get_mfx_fourcc_from_va_fourcc() argument 141 if (m->va_fourcc == fourcc) in gst_msdk_get_mfx_fourcc_from_va_fourcc()
|
D | msdk_libva.h | 51 gst_msdk_get_va_fourcc_from_mfx_fourcc (mfxU32 fourcc); 54 gst_msdk_get_mfx_fourcc_from_va_fourcc (guint32 fourcc);
|
/third_party/ffmpeg/libavutil/ |
D | avutil.h | 348 #define av_fourcc2str(fourcc) av_fourcc_make_string((char[AV_FOURCC_MAX_STRING_SIZE]){0}, fourcc) argument 358 char *av_fourcc_make_string(char *buf, uint32_t fourcc);
|
D | hwcontext_vaapi.c | 92 unsigned int fourcc; member 143 vaapi_format_from_fourcc(unsigned int fourcc) in vaapi_format_from_fourcc() argument 147 if (vaapi_format_map[i].fourcc == fourcc) in vaapi_format_from_fourcc() 162 static enum AVPixelFormat vaapi_pix_fmt_from_fourcc(unsigned int fourcc) in vaapi_pix_fmt_from_fourcc() argument 165 desc = vaapi_format_from_fourcc(fourcc); in vaapi_pix_fmt_from_fourcc() 199 unsigned int fourcc; in vaapi_frames_get_constraints() local 233 fourcc = attr_list[i].value.value.i; in vaapi_frames_get_constraints() 234 pix_fmt = vaapi_pix_fmt_from_fourcc(fourcc); in vaapi_frames_get_constraints() 270 fourcc = attr_list[i].value.value.i; in vaapi_frames_get_constraints() 271 pix_fmt = vaapi_pix_fmt_from_fourcc(fourcc); in vaapi_frames_get_constraints() [all …]
|
D | utils.c | 121 char *av_fourcc_make_string(char *buf, uint32_t fourcc) in av_fourcc_make_string() argument 128 const int c = fourcc & 0xff; in av_fourcc_make_string() 138 fourcc >>= 8; in av_fourcc_make_string()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsutils.c | 37 guint32 fourcc; member 40 #define DEF_FMT(fourcc, fmt) \ argument 41 { DRM_FORMAT_##fourcc,GST_VIDEO_FORMAT_##fmt } 80 if (format_map[i].fourcc == drmfmt) in gst_video_format_from_drm() 94 return format_map[i].fourcc; in gst_drm_format_from_video()
|
/third_party/gstreamer/gstplugins_bad/sys/vdpau/ |
D | gstvdpvideobufferpool.h | 88 gboolean gst_vdp_video_buffer_calculate_size (guint32 fourcc, gint width, gint height, guint *size); 90 gboolean gst_vdp_video_buffer_download (GstVdpVideoBuffer *inbuf, GstBuffer *outbuf, guint32 fourcc… 91 …o_buffer_upload (GstVdpVideoBuffer *video_buf, GstBuffer *src_buf, guint fourcc, gint width, gint …
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ |
D | gstv4l2object.c | 943 guint32 fourcc) in gst_v4l2_object_get_format_from_fourcc() argument 948 if (fourcc == 0) in gst_v4l2_object_get_format_from_fourcc() 954 if (fmt->pixelformat == fourcc) in gst_v4l2_object_get_format_from_fourcc() 960 if (fourcc == V4L2_PIX_FMT_JPEG || fourcc == V4L2_PIX_FMT_MJPEG || in gst_v4l2_object_get_format_from_fourcc() 961 fourcc == V4L2_PIX_FMT_PJPG) { in gst_v4l2_object_get_format_from_fourcc() 990 guint32 fourcc = fmt->pixelformat; in gst_v4l2_object_format_get_rank() local 994 switch (fourcc) { in gst_v4l2_object_format_get_rank() 1269 gst_v4l2_object_v4l2fourcc_to_video_format (guint32 fourcc) in gst_v4l2_object_v4l2fourcc_to_video_format() argument 1273 switch (fourcc) { in gst_v4l2_object_v4l2fourcc_to_video_format() 1373 gst_v4l2_object_v4l2fourcc_is_rgb (guint32 fourcc) in gst_v4l2_object_v4l2fourcc_is_rgb() argument [all …]
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 222 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 237 switch (fourcc) { in StoreFrame() 456 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks() local 465 switch (fourcc) { in ParseVP8XChunks() 901 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { in ChunkCount() 907 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in ChunkCount() 913 const char fourcc[4], int chunk_num) { in GetChunk() 919 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in GetChunk() 925 static int SetChunk(const char fourcc[4], int chunk_num, in SetChunk() 930 if (dmux == NULL || fourcc == NULL || chunk_num < 0) return 0; in SetChunk() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/demux/ |
D | demux.c | 222 const uint32_t fourcc = ReadLE32(mem); in StoreFrame() local 233 switch (fourcc) { in StoreFrame() 447 const uint32_t fourcc = ReadLE32(mem); in ParseVP8XChunks() local 454 switch (fourcc) { in ParseVP8XChunks() 890 static int ChunkCount(const WebPDemuxer* const dmux, const char fourcc[4]) { in ChunkCount() 896 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in ChunkCount() 902 const char fourcc[4], int chunk_num) { in GetChunk() 908 if (!memcmp(header, fourcc, TAG_SIZE)) ++count; in GetChunk() 914 static int SetChunk(const char fourcc[4], int chunk_num, in SetChunk() 919 if (dmux == NULL || fourcc == NULL || chunk_num < 0) return 0; in SetChunk() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | raw.h | 36 unsigned int fourcc; member 43 enum AVPixelFormat avpriv_find_pix_fmt(const PixelFormatTag *tags, unsigned int fourcc);
|
/third_party/ffmpeg/libavformat/ |
D | msnwc_tcp.c | 45 uint32_t fourcc; in msnwc_tcp_probe() local 57 fourcc = bytestream_get_le32(&bytestream); in msnwc_tcp_probe() 58 if (fourcc != MKTAG('M', 'L', '2', '0')) in msnwc_tcp_probe()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideofakesrc.cpp | 140 guint32 fourcc = vh->bmiHeader.biCompression; in CopyToDestinationBuffer() local 148 if ((fourcc == GST_MAKE_FOURCC ('Y', 'U', 'Y', '2')) || in CopyToDestinationBuffer() 149 (fourcc == GST_MAKE_FOURCC ('Y', 'U', 'Y', 'V')) || in CopyToDestinationBuffer() 150 (fourcc == GST_MAKE_FOURCC ('U', 'Y', 'V', 'Y'))) in CopyToDestinationBuffer() 160 else if (fourcc == GST_MAKE_FOURCC ('Y', 'V', '1', '2')) { in CopyToDestinationBuffer()
|