Searched refs:current_frame_ (Results 1 – 12 of 12) sorted by relevance
/external/openscreen/cast/standalone_receiver/ |
D | sdl_player_base.cc | 157 if (RenderWhileIdle(state_ == kPresented ? ¤t_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()
|
D | sdl_player_base.h | 158 PendingFrame current_frame_; variable
|
/external/webrtc/modules/desktop_capture/linux/ |
D | base_capturer_pipewire.cc | 214 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()
|
D | base_capturer_pipewire.h | 85 uint8_t* current_frame_ = nullptr; variable
|
/external/libgav1/libgav1/src/ |
D | obu_parser.cc | 1770 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 …]
|
D | obu_parser.h | 404 RefCountedBufferPtr current_frame_; variable
|
D | tile.h | 120 const RefCountedBuffer& current_frame() const { return current_frame_; } in current_frame() 713 RefCountedBuffer& current_frame_; variable
|
/external/webrtc/test/ |
D | frame_generator.cc | 290 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()
|
D | frame_generator.h | 155 VideoFrameData current_frame_; variable
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 933 current_frame_.reference_info() in DistanceWeightedPrediction() 1053 ? current_frame_.buffer() in BuildConvolveBlock() 1132 ? current_frame_.buffer() in BlockInterPrediction() 1195 ? current_frame_.buffer() in BlockInterPrediction()
|
D | tile.cc | 464 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/ |
D | mode_info.cc | 1094 const ReferenceInfo& reference_info = *current_frame_.reference_info(); in GetIsCompoundTypeAverageCdf()
|