Searched refs:film_grain_frame (Results 1 – 2 of 2) sorted by relevance
981 RefCountedBufferPtr film_grain_frame; in DecodeFrame() local983 sequence_header, frame_header, current_frame, &film_grain_frame, in DecodeFrame()1008 std::move(film_grain_frame); in DecodeFrame()1100 RefCountedBufferPtr film_grain_frame; in DecodeTemporalUnit() local1103 &film_grain_frame, in DecodeTemporalUnit()1106 output_frame_queue_.Push(std::move(film_grain_frame)); in DecodeTemporalUnit()1528 RefCountedBufferPtr* film_grain_frame, ThreadPool* thread_pool) { in ApplyFilmGrain() argument1532 *film_grain_frame = displayable_frame; in ApplyFilmGrain()1545 *film_grain_frame = displayable_frame; in ApplyFilmGrain()1547 *film_grain_frame = buffer_pool_.GetFreeBuffer(); in ApplyFilmGrain()[all …]
204 RefCountedBufferPtr* film_grain_frame,