FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
const uint8_t * | avpriv_find_start_code (const uint8_t *p, const uint8_t *end, uint32_t *state) |
int | ff_startcode_find_candidate_c (const uint8_t *buf, int size) |
Accelerated start code search function for start codes common to MPEG-1/2/4 video, VC-1, H.264/5
Definition in file startcode.h.
const uint8_t* avpriv_find_start_code | ( | const uint8_t * | p, |
const uint8_t * | end, | ||
uint32_t * | state | ||
) |
Referenced by avi_read_packet(), avs2_probe(), avs3video_probe(), cavs_decode_frame(), cavsvideo_probe(), cbs_mpeg2_split_fragment(), decode_chunks(), extract_extradata_mpeg4(), extract_extradata_vc1(), ff_rtp_send_mpegvideo(), find_next_marker(), find_start_code(), h264_split(), hevc_split(), mpeg1_find_frame_end(), mpeg4video_split(), mpeg_decode_slice(), mpegts_write_packet_internal(), mpegvideo_extract_headers(), mpegvideo_probe(), mxf_parse_h264_frame(), scan_buffer(), slice_decode_thread(), and vc1_split().
Definition at line 32 of file startcode.c.
Referenced by ff_h264dsp_init(), and ff_vc1dsp_init().