Home
last modified time | relevance | path

Searched refs:current_frame_ (Results 1 – 12 of 12) sorted by relevance

/external/openscreen/cast/standalone_receiver/
Dsdl_player_base.cc157 if (RenderWhileIdle(state_ == kPresented ? &current_frame_ : nullptr)) { in RenderAndSchedulePresentation()
187 current_frame_ = std::move(it->second); in RenderAndSchedulePresentation()
190 RenderNextFrame(current_frame_); in RenderAndSchedulePresentation()
214 now_() - current_frame_.start_time; in RenderAndSchedulePresentation()
Dsdl_player_base.h158 PendingFrame current_frame_; variable
/external/webrtc/modules/desktop_capture/linux/
Dbase_capturer_pipewire.cc214 if (current_frame_) { in ~BaseCapturerPipeWire()
215 free(current_frame_); in ~BaseCapturerPipeWire()
400 if (!current_frame_) { in HandleBuffer()
401 current_frame_ = static_cast<uint8_t*>(malloc(maxSize)); in HandleBuffer()
403 RTC_DCHECK(current_frame_ != nullptr); in HandleBuffer()
411 std::memcpy(current_frame_, tempFrame, maxSize); in HandleBuffer()
414 std::memcpy(current_frame_, src, maxSize); in HandleBuffer()
857 if (!current_frame_) { in CaptureFrame()
864 current_frame_, (desktop_size_.width() * kBytesPerPixel), in CaptureFrame()
Dbase_capturer_pipewire.h85 uint8_t* current_frame_ = nullptr; variable
/external/libgav1/libgav1/src/
Dobu_parser.cc1770 current_frame_ = buffer_pool_->GetFreeBuffer(); in ParseFrameParameters()
1771 if (current_frame_ == nullptr) { in ParseFrameParameters()
1807 current_frame_ = in ParseFrameParameters()
1809 if (current_frame_ == nullptr) { in ParseFrameParameters()
1817 if (!current_frame_->showable_frame()) { in ParseFrameParameters()
1822 if (current_frame_->frame_type() == kFrameKey) { in ParseFrameParameters()
1829 current_frame_->set_showable_frame(false); in ParseFrameParameters()
1843 current_frame_ = buffer_pool_->GetFreeBuffer(); in ParseFrameParameters()
1844 if (current_frame_ == nullptr) { in ParseFrameParameters()
1850 current_frame_->set_frame_type(frame_header_.frame_type); in ParseFrameParameters()
[all …]
Dobu_parser.h404 RefCountedBufferPtr current_frame_; variable
Dtile.h120 const RefCountedBuffer& current_frame() const { return current_frame_; } in current_frame()
713 RefCountedBuffer& current_frame_; variable
/external/webrtc/test/
Dframe_generator.cc290 current_frame_(nullptr, absl::nullopt), in ScrollingImageFrameGenerator()
327 current_frame_.update_rect = in NextFrame()
332 return current_frame_; in NextFrame()
369 current_frame_ = VideoFrameData( in CropSourceToScrolledImage()
Dframe_generator.h155 VideoFrameData current_frame_; variable
/external/libgav1/libgav1/src/tile/
Dprediction.cc933 current_frame_.reference_info() in DistanceWeightedPrediction()
1053 ? current_frame_.buffer() in BuildConvolveBlock()
1132 ? current_frame_.buffer() in BlockInterPrediction()
1195 ? current_frame_.buffer() in BlockInterPrediction()
Dtile.cc464 current_frame_(*current_frame),
596 SetupMotionField(frame_header_, current_frame_, reference_frames_, in Init()
2194 current_frame_.segmentation_map()->FillBlock(row4x4, column4x4, x_limit, in ProcessBlock()
2559 ReferenceInfo* reference_info = current_frame_.reference_info(); in StoreMotionFieldMvsIntoCurrentFrame()
2580 const ptrdiff_t stride = DivideBy2(current_frame_.columns4x4()); in StoreMotionFieldMvsIntoCurrentFrame()
/external/libgav1/libgav1/src/tile/bitstream/
Dmode_info.cc1094 const ReferenceInfo& reference_info = *current_frame_.reference_info(); in GetIsCompoundTypeAverageCdf()