OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVCodecContext
(Results
1 - 5
of
5
) sorted by null
/external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h
692
These flags can be passed in
AVCodecContext
.flags before initialization.
[
all
...]
/external/libvncserver/client_examples/
vnc2mpg.c
50
AVCodecContext
*c;
122
AVCodecContext
*c;
174
AVCodecContext
*c;
/external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp
595
AVCodecContext
*enc = ic->streams[i]->codec;
597
AVCodecContext
*enc = &ic->streams[i]->codec;
1135
AVCodecContext
*c;
[
all
...]
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
frame.h
296
* The user sets
AVCodecContext
.reordered_opaque to represent the input at
299
* to exactly one of the values provided by the user through
AVCodecContext
.reordered_opaque
311
struct
AVCodecContext
*owner;
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h
674
* output. Mandatory fields as specified in
AVCodecContext
675
* documentation must be set even if this
AVCodecContext
is
678
AVCodecContext
*codec;
692
* user-provided value of @ref
AVCodecContext
.time_base "codec->time_base"
[
all
...]
Completed in 216 milliseconds