OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_frame_
(Results
1 - 4
of
4
) sorted by null
/hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp
19
:
source_frame_
(nullptr),
26
source_frame_
= frame;
38
void CachedFrame::UnsetSource() {
source_frame_
= nullptr; }
41
return
source_frame_
->GetData();
45
return
source_frame_
->GetDataSize();
49
return
source_frame_
->GetFourcc();
95
V4L2_PIX_FMT_YUV420,
source_frame_
->GetWidth(),
96
source_frame_
->GetHeight());
102
yu12_frame_->SetWidth(
source_frame_
->GetWidth());
103
yu12_frame_->SetHeight(
source_frame_
->GetHeight())
[
all
...]
cached_frame.h
70
const FrameBuffer*
source_frame_
;
member in class:arc::CachedFrame
71
// const V4L2FrameBuffer*
source_frame_
;
/external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc
194
source_frame_
.CreateFrame(source_buffer_, config_.codec_settings->width,
202
source_frame_
.set_timestamp(frame_number);
215
int32_t encode_result = encoder_->Encode(
source_frame_
, NULL, &frame_types);
videoprocessor.h
208
webrtc::VideoFrame
source_frame_
;
member in class:webrtc::test::VideoProcessorImpl
Completed in 1422 milliseconds