• Home
  • Raw
  • Download

Lines Matching refs:h265

259 #define FUNC_H265(name) FUNC_NAME1(READWRITE, h265, name)
1353 CodedBitstreamH265Context *h265 = ctx->priv_data; in cbs_h265_flush() local
1355 for (int i = 0; i < FF_ARRAY_ELEMS(h265->vps); i++) { in cbs_h265_flush()
1356 av_buffer_unref(&h265->vps_ref[i]); in cbs_h265_flush()
1357 h265->vps[i] = NULL; in cbs_h265_flush()
1359 for (int i = 0; i < FF_ARRAY_ELEMS(h265->sps); i++) { in cbs_h265_flush()
1360 av_buffer_unref(&h265->sps_ref[i]); in cbs_h265_flush()
1361 h265->sps[i] = NULL; in cbs_h265_flush()
1363 for (int i = 0; i < FF_ARRAY_ELEMS(h265->pps); i++) { in cbs_h265_flush()
1364 av_buffer_unref(&h265->pps_ref[i]); in cbs_h265_flush()
1365 h265->pps[i] = NULL; in cbs_h265_flush()
1368 h265->active_vps = NULL; in cbs_h265_flush()
1369 h265->active_sps = NULL; in cbs_h265_flush()
1370 h265->active_pps = NULL; in cbs_h265_flush()
1375 CodedBitstreamH265Context *h265 = ctx->priv_data; in cbs_h265_close() local
1378 ff_h2645_packet_uninit(&h265->common.read_packet); in cbs_h265_close()
1380 for (i = 0; i < FF_ARRAY_ELEMS(h265->vps); i++) in cbs_h265_close()
1381 av_buffer_unref(&h265->vps_ref[i]); in cbs_h265_close()
1382 for (i = 0; i < FF_ARRAY_ELEMS(h265->sps); i++) in cbs_h265_close()
1383 av_buffer_unref(&h265->sps_ref[i]); in cbs_h265_close()
1384 for (i = 0; i < FF_ARRAY_ELEMS(h265->pps); i++) in cbs_h265_close()
1385 av_buffer_unref(&h265->pps_ref[i]); in cbs_h265_close()
1587 SEI_MESSAGE_RW(h265, sei_buffering_period),
1593 SEI_MESSAGE_RW(h265, sei_pic_timing),
1599 SEI_MESSAGE_RW(h265, sei_pan_scan_rect),
1605 SEI_MESSAGE_RW(h265, sei_recovery_point),
1611 SEI_MESSAGE_RW(h265, sei_display_orientation),
1617 SEI_MESSAGE_RW(h265, sei_active_parameter_sets),
1623 SEI_MESSAGE_RW(h265, sei_decoded_picture_hash),
1629 SEI_MESSAGE_RW(h265, sei_time_code),
1635 SEI_MESSAGE_RW(h265, sei_alpha_channel_info),