Searched refs:temporal_id (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_parser.c126 h->temporal_id = (*(buf + 1) & 0x07) - 1;
241 if (h->temporal_id == 0 &&
H A Dhevc.h840 int temporal_id; ///< temporal_id_plus1 - 1 member in struct:HEVCContext
H A Dhevc.c520 if (s->temporal_id == 0 &&
2505 s->temporal_id = get_bits(gb, 3) - 1;
2506 if (s->temporal_id < 0)
2511 s->nal_unit_type, nuh_layer_id, s->temporal_id);

Completed in 104 milliseconds