Home
last modified time | relevance | path

Searched refs:VC_CONTAINER_ES_FORMAT_T (Results 1 – 18 of 18) sorted by relevance

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/core/
H A Dcontainers_utils.h48 VC_CONTAINER_ES_FORMAT_T *vc_container_format_create(unsigned int extradata_size);
49 void vc_container_format_delete(VC_CONTAINER_ES_FORMAT_T *);
51 VC_CONTAINER_ES_FORMAT_T *format, unsigned int size);
52 VC_CONTAINER_STATUS_T vc_container_format_copy( VC_CONTAINER_ES_FORMAT_T *p_out,
53 VC_CONTAINER_ES_FORMAT_T *p_in,
59 unsigned int vc_container_es_format_to_waveformatex(VC_CONTAINER_ES_FORMAT_T *format,
61 unsigned int vc_container_es_format_to_bitmapinfoheader(VC_CONTAINER_ES_FORMAT_T *format,
65 VC_CONTAINER_ES_FORMAT_T *format);
68 VC_CONTAINER_ES_FORMAT_T *format);
H A Dcontainers_utils.c48 VC_CONTAINER_ES_FORMAT_T format;
61 VC_CONTAINER_ES_FORMAT_T *vc_container_format_create(unsigned int extradata_size) in vc_container_format_create()
85 void vc_container_format_delete(VC_CONTAINER_ES_FORMAT_T *format) in vc_container_format_delete()
95 VC_CONTAINER_ES_FORMAT_T *format, unsigned int size) in vc_container_format_extradata_alloc()
122 VC_CONTAINER_STATUS_T vc_container_format_copy( VC_CONTAINER_ES_FORMAT_T *p_out, in vc_container_format_copy()
123 VC_CONTAINER_ES_FORMAT_T *p_in, in vc_container_format_copy()
175 unsigned int vc_container_es_format_to_waveformatex(VC_CONTAINER_ES_FORMAT_T *format, in vc_container_es_format_to_waveformatex()
213 VC_CONTAINER_ES_FORMAT_T *format) in vc_container_waveformatex_to_es_format()
258 unsigned int vc_container_es_format_to_bitmapinfoheader(VC_CONTAINER_ES_FORMAT_T *format, in vc_container_es_format_to_bitmapinfoheader()
292 VC_CONTAINER_ES_FORMAT_T *format) in vc_container_bitmapinfoheader_to_es_format()
H A Dcontainers_writer_utils.h43 VC_CONTAINER_ES_FORMAT_T *format) in vc_container_write_waveformatex()
59 VC_CONTAINER_ES_FORMAT_T *format) in vc_container_write_bitmapinfoheader()
H A Dpacketizers.c72 VC_PACKETIZER_T *vc_packetizer_open( VC_CONTAINER_ES_FORMAT_T *in, in vc_packetizer_open()
H A Dcontainers.c575 p_ctx->format = (VC_CONTAINER_ES_FORMAT_T *)(p_ctx->priv + 1); in vc_container_allocate_track()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/
H A Dpacketizers.h58 VC_CONTAINER_ES_FORMAT_T *in; /**< Format of the input elementary stream */
59 VC_CONTAINER_ES_FORMAT_T *out; /**< Format of the output elementary stream */
77 VC_PACKETIZER_T *vc_packetizer_open(VC_CONTAINER_ES_FORMAT_T *in, VC_CONTAINER_FOURCC_T out_variant,
H A Dcontainers.h262 typedef struct VC_CONTAINER_ES_FORMAT_T struct
281 } VC_CONTAINER_ES_FORMAT_T; argument
342 VC_CONTAINER_ES_FORMAT_T *format; /**< Format of the elementary stream contained in the track */
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/binary/
H A Dbinary_writer.c82 VC_CONTAINER_ES_FORMAT_T *format; in binary_writer_control()
89 format = (VC_CONTAINER_ES_FORMAT_T *)va_arg( args, VC_CONTAINER_ES_FORMAT_T * ); in binary_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/raw/
H A Draw_video_writer.c119 VC_CONTAINER_ES_FORMAT_T *format ) in simple_write_add_track()
203 VC_CONTAINER_ES_FORMAT_T *format; in rawvideo_writer_control()
208 format = (VC_CONTAINER_ES_FORMAT_T *)va_arg(args, VC_CONTAINER_ES_FORMAT_T *); in rawvideo_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/simple/
H A Dsimple_writer.c191 VC_CONTAINER_ES_FORMAT_T *format ) in simple_write_add_track()
291 VC_CONTAINER_ES_FORMAT_T *format; in simple_writer_control()
296 format = (VC_CONTAINER_ES_FORMAT_T *)va_arg(args, VC_CONTAINER_ES_FORMAT_T *); in simple_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/asf/
H A Dasf_writer.c465 static VC_CONTAINER_STATUS_T asf_writer_add_track( VC_CONTAINER_T *p_ctx, VC_CONTAINER_ES_FORMAT_T in asf_writer_add_track()
506 VC_CONTAINER_ES_FORMAT_T *p_format = in asf_writer_control()
507 (VC_CONTAINER_ES_FORMAT_T *)va_arg( args, VC_CONTAINER_ES_FORMAT_T * ); in asf_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtp/
H A Drtp_reader.c294 VC_CONTAINER_ES_FORMAT_T *format = track->format; in decode_static_audio_type()
335 VC_CONTAINER_ES_FORMAT_T *format = track->format; in decode_static_video_type()
476 VC_CONTAINER_ES_FORMAT_T *format = track->format; in decode_dynamic_type()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/avi/
H A Davi_writer.c1028 static VC_CONTAINER_STATUS_T avi_writer_add_track( VC_CONTAINER_T *p_ctx, VC_CONTAINER_ES_FORMAT_T in avi_writer_add_track()
1077 VC_CONTAINER_ES_FORMAT_T *format = in avi_writer_control()
1078 (VC_CONTAINER_ES_FORMAT_T *)va_arg( args, VC_CONTAINER_ES_FORMAT_T * ); in avi_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mp4/
H A Dmp4_writer.c1168 static VC_CONTAINER_STATUS_T mp4_writer_add_track( VC_CONTAINER_T *p_ctx, VC_CONTAINER_ES_FORMAT_T in mp4_writer_add_track()
1263 VC_CONTAINER_ES_FORMAT_T *p_format = in mp4_writer_control()
1264 (VC_CONTAINER_ES_FORMAT_T *)va_arg( args, VC_CONTAINER_ES_FORMAT_T * ); in mp4_writer_control()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/mmal/components/
H A Dcontainer_reader.c76 VC_CONTAINER_ES_FORMAT_T *format; /**< Format description for the elementary stream */
240 VC_CONTAINER_ES_FORMAT_T *container_format) in container_to_mmal_format()
291 static MMAL_STATUS_T mmal_to_container_format(VC_CONTAINER_ES_FORMAT_T *container_format, in mmal_to_container_format()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/mpeg/
H A Dps_reader.c813 VC_CONTAINER_ES_FORMAT_T *format, uint32_t *length ) in ps_read_private_stream_1_format()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/vmcs/test_apps/mmalcam/
H A Dviewfinder.c1331 VC_CONTAINER_ES_FORMAT_T *container_format = 0; in test_container_open()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/containers/rtsp/
H A Drtsp_reader.c1285 VC_CONTAINER_ES_FORMAT_T *src_format, *dst_format; in rtsp_copy_track_data_from_reader()