OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endOfDecode_
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudacodec/src/
frame_queue.hpp
62
void endDecode() {
endOfDecode_
= true; }
63
bool isEndOfDecode() const { return
endOfDecode_
!= 0;}
89
volatile int
endOfDecode_
;
frame_queue.cpp
49
endOfDecode_
(0),
Completed in 50 milliseconds