OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_stream_info_t
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_dx_iface.h
16
typedef vpx_codec_stream_info_t
vp9_stream_info_t
;
typedef
30
vp9_stream_info_t
si;
vp9_dx_iface.c
218
const size_t sz = (si->sz >= sizeof(
vp9_stream_info_t
))
219
? sizeof(
vp9_stream_info_t
)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c
24
typedef vpx_codec_stream_info_t
vp9_stream_info_t
;
typedef
29
vp9_stream_info_t
si;
151
const size_t sz = (si->sz >= sizeof(
vp9_stream_info_t
))
152
? sizeof(
vp9_stream_info_t
)
Completed in 231 milliseconds