OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endOfFile
(Results
1 - 10
of
10
) sorted by null
/external/opencv3/modules/cudacodec/src/
ffmpeg_video_source.hpp
59
bool getNextPacket(unsigned char** data, int* size, bool*
endOfFile
);
video_source.cpp
100
bool
endOfFile
;
102
if (!thiz->source_->getNextPacket(&data, &size, &
endOfFile
))
104
thiz->hasError_ = !
endOfFile
;
ffmpeg_video_source.cpp
131
int
endOfFile
;
133
int res = read_InputMediaStream_FFMPEG_p(stream_, data, size, &
endOfFile
);
135
*bEndOfFile = (
endOfFile
!= 0);
/external/opencv3/modules/videoio/src/
cap_ffmpeg_api.hpp
88
OPENCV_FFMPEG_API int read_InputMediaStream_FFMPEG(struct InputMediaStream_FFMPEG* stream, unsigned char** data, int* size, int*
endOfFile
);
92
typedef int (*Read_InputMediaStream_FFMPEG_Plugin)(struct InputMediaStream_FFMPEG* stream, unsigned char** data, int* size, int*
endOfFile
);
cap_ffmpeg_impl.hpp
[
all
...]
/external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp
317
@param
endOfFile
Indicates that it is end of stream.
319
virtual bool getNextPacket(unsigned char** data, int* size, bool*
endOfFile
) = 0;
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
[
all
...]
/external/robolectric/v1/lib/main/
h2-1.2.147.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar
Completed in 539 milliseconds