Home
last modified time | relevance | path

Searched refs:vpx_codec_stream_info_t (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_decoder.h93 } vpx_codec_stream_info_t; typedef
174 vpx_codec_stream_info_t *si);
191 vpx_codec_stream_info_t *si);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c79 vpx_codec_stream_info_t *si) { in vpx_codec_peek_stream_info()
83 || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_peek_stream_info()
98 vpx_codec_stream_info_t *si) { in vpx_codec_get_stream_info()
101 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t)) in vpx_codec_get_stream_info()
Dvpx_codec.c159 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si, in vpx_validate_mmaps()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h117 vpx_codec_stream_info_t *si);
133 vpx_codec_stream_info_t *si);
534 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c24 typedef vpx_codec_stream_info_t vp9_stream_info_t;
89 vpx_codec_stream_info_t *si) { in vp9_peek_si()
150 vpx_codec_stream_info_t *si) { in vp9_get_si()
153 : sizeof(vpx_codec_stream_info_t); in vp9_get_si()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c32 typedef vpx_codec_stream_info_t vp8_stream_info_t;
195 vpx_codec_stream_info_t *si, in vp8_peek_si_internal()
249 vpx_codec_stream_info_t *si) { in vp8_peek_si()
254 vpx_codec_stream_info_t *si) in vp8_get_si()
262 sz = sizeof(vpx_codec_stream_info_t); in vp8_get_si()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c276 vpx_codec_stream_info_t si; in file_is_raw()