OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9Decoder
(Results
1 - 17
of
17
) sorted by null
/external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h
36
typedef struct
VP9Decoder
{
61
}
VP9Decoder
;
63
int vp9_receive_compressed_data(struct
VP9Decoder
*pbi,
66
int vp9_get_raw_frame(struct
VP9Decoder
*pbi, YV12_BUFFER_CONFIG *sd,
69
vpx_codec_err_t vp9_copy_reference_dec(struct
VP9Decoder
*pbi,
77
struct
VP9Decoder
*vp9_decoder_create();
79
void vp9_decoder_remove(struct
VP9Decoder
*pbi);
vp9_decodeframe.h
20
struct
VP9Decoder
;
25
void vp9_decode_frame(struct
VP9Decoder
*pbi,
vp9_dthread.h
19
struct
VP9Decoder
;
52
struct
VP9Decoder
*pbi,
vp9_decoder.c
44
VP9Decoder
*vp9_decoder_create() {
45
VP9Decoder
*const pbi = vpx_memalign(32, sizeof(*pbi));
84
void vp9_decoder_remove(
VP9Decoder
*pbi) {
115
vpx_codec_err_t vp9_copy_reference_dec(
VP9Decoder
*pbi,
185
static void swap_frame_buffers(
VP9Decoder
*pbi) {
209
int vp9_receive_compressed_data(
VP9Decoder
*pbi,
282
int vp9_get_raw_frame(
VP9Decoder
*pbi, YV12_BUFFER_CONFIG *sd,
vp9_dthread.c
137
VP9Decoder
*pbi, VP9_COMMON *cm,
vp9_decodeframe.c
775
static void get_tile_buffers(
VP9Decoder
*pbi,
792
static const uint8_t *decode_tiles(
VP9Decoder
*pbi,
[
all
...]
/external/libvpx/libvpx/test/
codec_factory.h
152
class
VP9Decoder
: public Decoder {
154
VP9Decoder
(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
190
return new
VP9Decoder
(cfg, deadline);
decode_perf_test.cc
79
libvpx_test::
VP9Decoder
decoder(cfg, 0);
user_priv_test.cc
51
libvpx_test::
VP9Decoder
decoder(cfg, 0);
vp9_decrypt_test.cc
51
VP9Decoder
decoder(dec_cfg, 0);
external_frame_buffer_test.cc
289
decoder_ = new libvpx_test::
VP9Decoder
(cfg, 0);
343
libvpx_test::
VP9Decoder
*decoder_;
vp9_thread_test.cc
168
libvpx_test::
VP9Decoder
decoder(cfg, 0);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
codec_factory.h
152
class
VP9Decoder
: public Decoder {
154
VP9Decoder
(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
190
return new
VP9Decoder
(cfg, deadline);
decode_perf_test.cc
77
libvpx_test::
VP9Decoder
decoder(cfg, 0);
vp9_thread_test.cc
107
libvpx_test::
VP9Decoder
decoder(cfg, 0);
external_frame_buffer_test.cc
285
decoder_ = new libvpx_test::
VP9Decoder
(cfg, 0);
339
libvpx_test::
VP9Decoder
*decoder_;
/external/libvpx/libvpx/vp9/
vp9_dx_iface.c
36
struct
VP9Decoder
*pbi;
Completed in 2540 milliseconds