Home
last modified time | relevance | path

Searched refs:VC_CONTAINER_ES_TYPE_SUBPICTURE (Results 1 – 10 of 10) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/test/
H A Dtest.c168 case VC_CONTAINER_ES_TYPE_SUBPICTURE: if(!b_subs) disable = 1; break; in main()
482 case VC_CONTAINER_ES_TYPE_SUBPICTURE: name_type = "subpicture"; break; in container_test_info()
511 case VC_CONTAINER_ES_TYPE_SUBPICTURE: in container_test_info()
H A Dcheck_frame_int.c304 case VC_CONTAINER_ES_TYPE_SUBPICTURE: name_type = "subpicture"; break; in container_test_info()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mp4/
H A Dmp4_writer.c368 else if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) in mp4_write_box_tkhd()
436 … if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) fourcc = VC_FOURCC('t','e','x','t'); in mp4_write_box_hdlr()
454 else if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) in mp4_write_box_hdlr()
478 else if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) in mp4_write_box_minf()
601 else if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) in mp4_write_box_stsd()
1094 case VC_CONTAINER_ES_TYPE_SUBPICTURE: stream_type = 0x20; break; in mp4_write_box_esds()
H A Dmp4_reader.c629 if(fourcc == MP4_BOX_TYPE_TEXT) es_type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in mp4_read_box_hdlr()
725 if(track->format->es_type == VC_CONTAINER_ES_TYPE_SUBPICTURE) box_type = MP4_BOX_TYPE_TEXT; in mp4_read_box_stsd()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/
H A Dcontainers.h164VC_CONTAINER_ES_TYPE_SUBPICTURE /**< Sub-picture elementary stream (e.g. subtitles, overlays) */ enumerator
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/components/
H A Dcontainer_reader.c202 {VC_CONTAINER_ES_TYPE_SUBPICTURE, MMAL_ES_TYPE_SUBPICTURE},
765 if(i == 2) type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in reader_container_open()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/simple/
H A Dsimple_reader.c204 track->format->es_type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in simple_read_header()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mkv/
H A Dmatroska_reader.c1145 es_type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in mkv_read_element_track_entry()
1275 case VC_CONTAINER_ES_TYPE_SUBPICTURE: in mkv_read_element_track_entry()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mpeg/
H A Dps_reader.c780 type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in ps_read_private_stream_1_coding()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/avi/
H A Davi_reader.c296 track->format->es_type = VC_CONTAINER_ES_TYPE_SUBPICTURE; in avi_read_stream_header_list()