Home
last modified time | relevance | path

Searched refs:FlashSVContext (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflashsvenc.c57 typedef struct FlashSVContext { struct
66 } FlashSVContext; argument
92 FlashSVContext *s = avctx->priv_data; in flashsv_encode_end()
102 FlashSVContext *s = avctx->priv_data; in flashsv_encode_init()
128 static int encode_bitstream(FlashSVContext *s, const AVFrame *p, uint8_t *buf, in encode_bitstream()
204 FlashSVContext * const s = avctx->priv_data; in flashsv_encode_frame()
277 .priv_data_size = sizeof(FlashSVContext),
Dflashsv.c51 typedef struct FlashSVContext { struct
70 } FlashSVContext; argument
106 FlashSVContext *s = avctx->priv_data; in flashsv_decode_end()
119 FlashSVContext *s = avctx->priv_data; in flashsv_decode_init()
141 static int flashsv2_prime(FlashSVContext *s, uint8_t *src, int size) in flashsv2_prime()
187 struct FlashSVContext *s = avctx->priv_data; in flashsv_decode_block()
270 FlashSVContext *s = avctx->priv_data; in flashsv_decode_frame()
515 .priv_data_size = sizeof(FlashSVContext),
553 FlashSVContext *s = avctx->priv_data; in flashsv2_decode_init()
567 FlashSVContext *s = avctx->priv_data; in flashsv2_decode_end()
[all …]