OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_get_compressed_data
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
onyx.h
252
int
vp8_get_compressed_data
(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
874
comp_data_state =
vp8_get_compressed_data
(ctx->cpi,
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
onyx_if.c
4855
int
vp8_get_compressed_data
(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush)
function
[
all
...]
Completed in 26 milliseconds