Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_redundant_pps_bsf.c32 typedef struct H264RedundantPPSContext { struct
38 } H264RedundantPPSContext; argument
41 static int h264_redundant_pps_fixup_pps(H264RedundantPPSContext *ctx, in h264_redundant_pps_fixup_pps()
68 static int h264_redundant_pps_fixup_slice(H264RedundantPPSContext *ctx, in h264_redundant_pps_fixup_slice()
83 H264RedundantPPSContext *ctx = bsf->priv_data; in h264_redundant_pps_update_fragment()
117 H264RedundantPPSContext *ctx = bsf->priv_data; in h264_redundant_pps_flush()
130 H264RedundantPPSContext *ctx = bsf->priv_data; in h264_redundant_pps_init()
143 .priv_data_size = sizeof(H264RedundantPPSContext),