Searched refs:last_shared_frame_id_ (Results 1 – 2 of 2) sorted by relevance
134 for (auto& spatial_layer : last_shared_frame_id_) in RtpPayloadParams()304 last_shared_frame_id_[0].fill(-1); in GenericToGeneric()306 int64_t frame_id = last_shared_frame_id_[0][0]; in GenericToGeneric()312 last_shared_frame_id_[0][0] = shared_frame_id; in GenericToGeneric()336 last_shared_frame_id_[/*spatial index*/ 0].fill(-1); in H264ToGeneric()337 last_shared_frame_id_[/*spatial index*/ 0][temporal_index] = in H264ToGeneric()343 int64_t tl0_frame_id = last_shared_frame_id_[/*spatial index*/ 0][0]; in H264ToGeneric()346 if (last_shared_frame_id_[/*spatial index*/ 0][i] < tl0_frame_id) { in H264ToGeneric()347 last_shared_frame_id_[/*spatial index*/ 0][i] = -1; in H264ToGeneric()356 int64_t frame_id = last_shared_frame_id_[/*spatial index*/ 0][i]; in H264ToGeneric()[all …]
97 last_shared_frame_id_; variable