Lines Matching defs:h264
27 #include "h264.h"
256 #define FUNC_H264(name) FUNC_NAME1(READWRITE, h264, name)
1320 CodedBitstreamH264Context *h264 = ctx->priv_data;
1322 for (int i = 0; i < FF_ARRAY_ELEMS(h264->sps); i++) {
1323 av_buffer_unref(&h264->sps_ref[i]);
1324 h264->sps[i] = NULL;
1326 for (int i = 0; i < FF_ARRAY_ELEMS(h264->pps); i++) {
1327 av_buffer_unref(&h264->pps_ref[i]);
1328 h264->pps[i] = NULL;
1331 h264->active_sps = NULL;
1332 h264->active_pps = NULL;
1333 h264->last_slice_nal_unit_type = 0;
1338 CodedBitstreamH264Context *h264 = ctx->priv_data;
1341 ff_h2645_packet_uninit(&h264->common.read_packet);
1343 for (i = 0; i < FF_ARRAY_ELEMS(h264->sps); i++)
1344 av_buffer_unref(&h264->sps_ref[i]);
1345 for (i = 0; i < FF_ARRAY_ELEMS(h264->pps); i++)
1346 av_buffer_unref(&h264->pps_ref[i]);
1551 SEI_MESSAGE_RW(h264, sei_buffering_period),
1557 SEI_MESSAGE_RW(h264, sei_pic_timing),
1563 SEI_MESSAGE_RW(h264, sei_pan_scan_rect),
1569 SEI_MESSAGE_RW(h264, sei_recovery_point),
1575 SEI_MESSAGE_RW(h264, film_grain_characteristics),
1581 SEI_MESSAGE_RW(h264, sei_display_orientation),