Home
last modified time | relevance | path

Searched defs:fourcc (Results 1 – 25 of 69) sorted by relevance

123

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datomsrecovery.c264 read_atom_header (FILE * f, guint32 * fourcc, guint32 * size) in read_atom_header()
278 guint32 fourcc; in moov_recov_file_parse_prefix() local
310 guint32 fourcc; in moov_recov_file_parse_mvhd() local
329 guint32 fourcc, size; in mdat_recov_file_parse_mdat_start() local
349 guint32 fourcc = 0, size = 0; in mdat_recov_file_find_mdat() local
483 guint32 fourcc; in skip_atom() local
497 guint32 fourcc; in moov_recov_parse_tkhd() local
526 guint32 fourcc; in moov_recov_parse_stbl() local
557 guint32 fourcc; in moov_recov_parse_minf() local
602 guint32 fourcc; in moov_recov_parse_mdhd() local
[all …]
Dqtatomparser.h118 qt_atom_parser_get_fourcc (GstByteReader * parser, guint32 * fourcc) in qt_atom_parser_get_fourcc()
133 guint32 fourcc; in qt_atom_parser_get_fourcc_unchecked() local
Dqtdemux_types.c230 qtdemux_type_get (guint32 fourcc) in qtdemux_type_get()
Dgstisoff.c69 guint32 fourcc; in gst_isoff_qt_sidx_parser_add_data() local
Dqtdemux_types.h52 guint32 fourcc; member
Dqtdemux_dump.c246 guint32 size = 0, fourcc; in qtdemux_dump_dref() local
264 guint32 fourcc; in qtdemux_dump_stsd_avc1() local
366 guint32 fourcc; in qtdemux_dump_stsd() local
1054 guint32 fourcc; in qtdemux_node_dump_foreach() local
Dgstqtmux.c1244 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_tag()
1306 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_date()
1340 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_cover()
1394 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_str()
1424 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_date()
1449 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_location()
1503 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_keywords()
1556 guint32 fourcc; in gst_qt_mux_parse_classification_string() local
1626 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_classification()
1674 guint32 fourcc; member
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.c417 guint32 fourcc; in gst_isoff_traf_box_parse() local
509 guint32 fourcc; in gst_isoff_moof_box_parse() local
619 guint32 fourcc; in gst_isoff_mdia_box_parse() local
697 guint32 fourcc; in gst_isoff_trak_box_parse() local
748 guint32 fourcc; in gst_isoff_moov_box_parse() local
936 guint32 fourcc; in gst_isoff_sidx_parser_add_buffer() local
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk_libva.c123 gst_msdk_get_va_fourcc_from_mfx_fourcc (mfxU32 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()
Dgstmsdkallocator.h44 mfxU32 fourcc; member
/third_party/ffmpeg/libavcodec/
Draw.h36 unsigned int fourcc; member
Dqsvdec.h60 uint32_t fourcc; member
Dvaapi_decode.c239 uint32_t fourcc; member
287 uint32_t best_fourcc, fourcc; in vaapi_decode_find_best_format() local
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsutils.c37 guint32 fourcc; member
40 #define DEF_FMT(fourcc, fmt) \ argument
/third_party/gstreamer/gstplugins_bad/ext/smoothstreaming/
Dgstmssfragmentparser.c55 guint32 fourcc; in gst_mss_fragment_parser_add_buffer() local
/third_party/ffmpeg/libavformat/
Dmsnwc_tcp.c45 uint32_t fourcc; in msnwc_tcp_probe() local
/third_party/gstreamer/gstplugins_bad/gst/ivfparse/
Dgstivfparse.c195 fourcc_to_media_type (guint32 fourcc) in fourcc_to_media_type()
253 guint32 fourcc = GST_READ_UINT32_LE (map.data + 8); in gst_ivf_parse_handle_frame_start() local
Dgstivfparse.h59 guint32 fourcc; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c538 gint fourcc; in gst_egl_image_from_dmabuf() local
677 _gst_egl_image_check_dmabuf_direct (GstGLContext * context, int fourcc) in _gst_egl_image_check_dmabuf_direct()
802 gint fourcc; in gst_egl_image_from_dmabuf_direct() local
/third_party/uboot/u-boot-2020.01/include/
Dipu_pixfmt.h18 #define fourcc(a, b, c, d)\ macro
/third_party/ffmpeg/libavutil/
Davutil.h348 #define av_fourcc2str(fourcc) av_fourcc_make_string((char[AV_FOURCC_MAX_STRING_SIZE]){0}, fourcc) argument
Dutils.c121 char *av_fourcc_make_string(char *buf, uint32_t fourcc) in av_fourcc_make_string()
Dhwcontext_vaapi.c92 unsigned int fourcc; member
143 vaapi_format_from_fourcc(unsigned int fourcc) in vaapi_format_from_fourcc()
162 static enum AVPixelFormat vaapi_pix_fmt_from_fourcc(unsigned int fourcc) in vaapi_pix_fmt_from_fourcc()
199 unsigned int fourcc; in vaapi_frames_get_constraints() local
340 unsigned int fourcc; in vaapi_device_init() local
Dhwcontext_qsv.c104 uint32_t fourcc; member
318 uint32_t fourcc; in qsv_init_surface() local
351 static int qsv_init_pool(AVHWFramesContext *ctx, uint32_t fourcc) in qsv_init_pool()
523 uint32_t fourcc; in qsv_frames_init() local
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c943 guint32 fourcc) in gst_v4l2_object_get_format_from_fourcc()
990 guint32 fourcc = fmt->pixelformat; in gst_v4l2_object_format_get_rank() local
1269 gst_v4l2_object_v4l2fourcc_to_video_format (guint32 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()
1405 gst_v4l2_object_v4l2fourcc_to_bare_struct (guint32 fourcc) in gst_v4l2_object_v4l2fourcc_to_bare_struct()
1565 gst_v4l2_object_v4l2fourcc_to_structure (guint32 fourcc) in gst_v4l2_object_v4l2fourcc_to_structure()
1695 guint32 fourcc = 0, fourcc_nc = 0; in gst_v4l2_object_get_caps_info() local

123