Home
last modified time | relevance | path

Searched refs:H264SEIContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.h168 typedef struct H264SEIContext { struct
179 } H264SEIContext; argument
183 int ff_h264_sei_decode(H264SEIContext *h, GetBitContext *gb,
189 void ff_h264_sei_uninit(H264SEIContext *h);
Dh264_sei.c42 void ff_h264_sei_uninit(H264SEIContext *h) in ff_h264_sei_uninit()
183 static int decode_registered_user_data(H264SEIContext *h, GetBitContext *gb, in decode_registered_user_data()
413 int ff_h264_sei_decode(H264SEIContext *h, GetBitContext *gb, in ff_h264_sei_decode()
Dh264dec.h554 H264SEIContext sei;
Dh264_parser.c55 H264SEIContext sei;