OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VP9Decoder
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/include/
vp9.h
26
class
VP9Decoder
: public VideoDecoder {
28
static
VP9Decoder
* Create();
30
virtual ~
VP9Decoder
() {}
/external/libvpx/libvpx/test/
codec_factory.h
167
class
VP9Decoder
: public Decoder {
169
VP9Decoder
(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
172
VP9Decoder
(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag,
215
return new
VP9Decoder
(cfg, flags, deadline);
/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);
/external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h
56
typedef struct
VP9Decoder
{
90
}
VP9Decoder
;
92
int vp9_receive_compressed_data(struct
VP9Decoder
*pbi,
95
int vp9_get_raw_frame(struct
VP9Decoder
*pbi, YV12_BUFFER_CONFIG *sd,
98
vpx_codec_err_t vp9_copy_reference_dec(struct
VP9Decoder
*pbi,
125
struct
VP9Decoder
*vp9_decoder_create(BufferPool *const pool);
127
void vp9_decoder_remove(struct
VP9Decoder
*pbi);
Completed in 218 milliseconds