OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoGofIdx
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
encoded_frame.cc
171
if (header->codecHeader.VP9.gof_idx !=
kNoGofIdx
) {
jitter_buffer.cc
178
if (gof_idx ==
kNoGofIdx
)
204
if (gof_idx ==
kNoGofIdx
) {
[
all
...]
jitter_buffer_unittest.cc
144
packet_.codecSpecificHeader.codecHeader.VP9.gof_idx =
kNoGofIdx
;
[
all
...]
/external/webrtc/webrtc/modules/include/
module_common_types.h
40
const uint8_t
kNoGofIdx
= 0xFF;
162
gof_idx =
kNoGofIdx
;
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
626
vp9_info->gof_idx =
kNoGofIdx
;
[
all
...]
Completed in 254 milliseconds