OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VpxVideoInfo
(Results
1 - 25
of
31
) sorted by null
1
2
/external/libvpx/libvpx/
video_common.h
21
}
VpxVideoInfo
;
video_reader.h
45
// Fills
VpxVideoInfo
with information from opened video file.
46
const
VpxVideoInfo
*vpx_video_reader_get_info(VpxVideoReader *reader);
video_writer.h
32
const
VpxVideoInfo
*info);
video_writer.c
18
VpxVideoInfo
info;
23
static void write_header(FILE *file, const
VpxVideoInfo
*info,
36
const
VpxVideoInfo
*info) {
video_reader.c
22
VpxVideoInfo
info;
80
const
VpxVideoInfo
*vpx_video_reader_get_info(VpxVideoReader *reader) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_common.h
21
}
VpxVideoInfo
;
video_reader.h
45
// Fills
VpxVideoInfo
with information from opened video file.
46
const
VpxVideoInfo
*vpx_video_reader_get_info(VpxVideoReader *reader);
video_writer.h
32
const
VpxVideoInfo
*info);
video_writer.c
18
VpxVideoInfo
info;
23
static void write_header(FILE *file, const
VpxVideoInfo
*info,
36
const
VpxVideoInfo
*info) {
video_reader.c
22
VpxVideoInfo
info;
80
const
VpxVideoInfo
*vpx_video_reader_get_info(VpxVideoReader *reader) {
/external/libvpx/libvpx/examples/
simple_decoder.c
102
const
VpxVideoInfo
*info = NULL;
decode_with_drops.c
79
const
VpxVideoInfo
*info = NULL;
postproc.c
67
const
VpxVideoInfo
*info = NULL;
decode_to_md5.c
84
const
VpxVideoInfo
*info = NULL;
simple_encoder.c
157
VpxVideoInfo
info = {0};
vp8cx_set_ref.c
106
VpxVideoInfo
info = {0};
vp9_lossless_encoder.c
69
VpxVideoInfo
info = {0};
set_maps.c
167
VpxVideoInfo
info;
twopass_encoder.c
163
VpxVideoInfo
info = {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c
106
const
VpxVideoInfo
*info = NULL;
decode_with_drops.c
81
const
VpxVideoInfo
*info = NULL;
postproc.c
69
const
VpxVideoInfo
*info = NULL;
decode_to_md5.c
86
const
VpxVideoInfo
*info = NULL;
simple_encoder.c
156
VpxVideoInfo
info = {0};
vp8cx_set_ref.c
102
VpxVideoInfo
info = {0};
Completed in 173 milliseconds
1
2