OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gof_idx
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h
64
uint8_t
gof_idx
;
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h
62
uint8_t
gof_idx
;
member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc
177
uint8_t
gof_idx
= packet->codecSpecificHeader.codecHeader.VP9.
gof_idx
;
local
178
if (
gof_idx
== kNoGofIdx)
185
if (
gof_idx
>= it->second.num_frames_in_gof)
189
vp9->temporal_idx = it->second.temporal_idx[
gof_idx
];
190
vp9->temporal_up_switch = it->second.temporal_up_switch[
gof_idx
];
193
vp9->num_ref_pics = it->second.num_ref_pics[
gof_idx
];
194
for (uint8_t i = 0; i < it->second.num_ref_pics[
gof_idx
]; ++i) {
195
vp9->pid_diff[i] = it->second.pid_diff[
gof_idx
][i];
202
uint8_t
gof_idx
local
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
162
gof_idx
= kNoGofIdx;
187
uint8_t
gof_idx
; // Index to predefined temporal frame info in SS data.
member in struct:webrtc::RTPVideoHeaderVP9
Completed in 62 milliseconds