OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ref_codec
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter_unittest.cc
290
void InitRefCodec(int stream_index, VideoCodec*
ref_codec
) {
291
*
ref_codec
= codec_;
292
ref_codec
->codecSpecific.VP8.numberOfTemporalLayers =
294
ref_codec
->width = codec_.simulcastStream[stream_index].width;
295
ref_codec
->height = codec_.simulcastStream[stream_index].height;
296
ref_codec
->maxBitrate = codec_.simulcastStream[stream_index].maxBitrate;
297
ref_codec
->minBitrate = codec_.simulcastStream[stream_index].minBitrate;
298
ref_codec
->qpMax = codec_.simulcastStream[stream_index].qpMax;
303
VideoCodec
ref_codec
;
local
306
InitRefCodec(0, &
ref_codec
);
[
all
...]
Completed in 63 milliseconds