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()1570 RefCountedBufferPtr* film_grain_frame, ThreadPool* thread_pool) { in ApplyFilmGrain() argument1574 *film_grain_frame = displayable_frame; in ApplyFilmGrain()1587 *film_grain_frame = displayable_frame; in ApplyFilmGrain()1589 *film_grain_frame = buffer_pool_.GetFreeBuffer(); in ApplyFilmGrain()[all …]
205 RefCountedBufferPtr* film_grain_frame,