OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebmInputContext
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/
webmdec.h
21
struct
WebmInputContext
{
35
// Checks if the input is a WebM file. If so, initializes
WebMInputContext
so
40
int file_is_webm(struct
WebmInputContext
*webm_ctx,
48
// webm_ctx -
WebmInputContext
object
55
int webm_read_frame(struct
WebmInputContext
*webm_ctx, uint8_t **buffer,
59
int webm_guess_framerate(struct
WebmInputContext
*webm_ctx,
62
// Resets the
WebMInputContext
.
63
void webm_free(struct
WebmInputContext
*webm_ctx);
webmdec.cc
21
void reset(struct
WebmInputContext
*const webm_ctx) {
47
void get_first_cluster(struct
WebmInputContext
*const webm_ctx) {
54
void rewind_and_reset(struct
WebmInputContext
*const webm_ctx,
62
int file_is_webm(struct
WebmInputContext
*webm_ctx,
121
int webm_read_frame(struct
WebmInputContext
*webm_ctx, uint8_t **buffer,
198
int webm_guess_framerate(struct
WebmInputContext
*webm_ctx,
224
void webm_free(struct
WebmInputContext
*webm_ctx) { reset(webm_ctx); }
vpxdec.c
47
struct
WebmInputContext
*webm_ctx;
551
struct
WebmInputContext
webm_ctx;
[
all
...]
/external/libvpx/libvpx/test/
webm_video_source.h
29
webm_ctx_(new
WebmInputContext
()), buf_(NULL), buf_sz_(0), frame_(0),
84
WebmInputContext
*webm_ctx_;
Completed in 196 milliseconds