Lines Matching refs:h264
258 #define FUNC_H264(name) FUNC_NAME1(READWRITE, h264, name)
1322 CodedBitstreamH264Context *h264 = ctx->priv_data; in cbs_h264_flush() local
1324 for (int i = 0; i < FF_ARRAY_ELEMS(h264->sps); i++) { in cbs_h264_flush()
1325 av_buffer_unref(&h264->sps_ref[i]); in cbs_h264_flush()
1326 h264->sps[i] = NULL; in cbs_h264_flush()
1328 for (int i = 0; i < FF_ARRAY_ELEMS(h264->pps); i++) { in cbs_h264_flush()
1329 av_buffer_unref(&h264->pps_ref[i]); in cbs_h264_flush()
1330 h264->pps[i] = NULL; in cbs_h264_flush()
1333 h264->active_sps = NULL; in cbs_h264_flush()
1334 h264->active_pps = NULL; in cbs_h264_flush()
1335 h264->last_slice_nal_unit_type = 0; in cbs_h264_flush()
1340 CodedBitstreamH264Context *h264 = ctx->priv_data; in cbs_h264_close() local
1343 ff_h2645_packet_uninit(&h264->common.read_packet); in cbs_h264_close()
1345 for (i = 0; i < FF_ARRAY_ELEMS(h264->sps); i++) in cbs_h264_close()
1346 av_buffer_unref(&h264->sps_ref[i]); in cbs_h264_close()
1347 for (i = 0; i < FF_ARRAY_ELEMS(h264->pps); i++) in cbs_h264_close()
1348 av_buffer_unref(&h264->pps_ref[i]); in cbs_h264_close()
1553 SEI_MESSAGE_RW(h264, sei_buffering_period),
1559 SEI_MESSAGE_RW(h264, sei_pic_timing),
1565 SEI_MESSAGE_RW(h264, sei_pan_scan_rect),
1571 SEI_MESSAGE_RW(h264, sei_recovery_point),
1577 SEI_MESSAGE_RW(h264, sei_display_orientation),