OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:input_image_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.h
117
const VideoFrame*
input_image_
;
member in class:webrtc::VP9EncoderImpl
vp9_impl.cc
72
input_image_
(NULL),
499
input_image_
= &input_image;
687
PopulateCodecSpecific(&codec_specific, *pkt,
input_image_
->timestamp());
691
encoded_image_._timeStamp =
input_image_
->timestamp();
692
encoded_image_.capture_time_ms_ =
input_image_
->render_time_ms();
[
all
...]
Completed in 53 milliseconds