HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_stream_info_t (Results 1 - 16 of 16) sorted by null

  /external/libvpx/libvpx/vpx/
vpx_decoder.h 93 } vpx_codec_stream_info_t; typedef in typeref:struct:vpx_codec_stream_info
170 vpx_codec_stream_info_t *si);
187 vpx_codec_stream_info_t *si);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_decoder.h 93 } vpx_codec_stream_info_t; typedef in typeref:struct:vpx_codec_stream_info
174 vpx_codec_stream_info_t *si);
191 vpx_codec_stream_info_t *si);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.h 16 typedef vpx_codec_stream_info_t vp9_stream_info_t;
vp9_dx_iface.c 125 vpx_codec_stream_info_t *si,
212 vpx_codec_stream_info_t *si) {
217 vpx_codec_stream_info_t *si) {
220 : sizeof(vpx_codec_stream_info_t);
    [all...]
  /external/libvpx/libvpx/test/
decode_test_driver.cc 23 vpx_codec_stream_info_t *stream_info) {
79 vpx_codec_stream_info_t stream_info;
decode_test_driver.h 59 vpx_codec_stream_info_t *stream_info);
  /external/libvpx/libvpx/vpx/src/
vpx_decoder.c 70 vpx_codec_stream_info_t *si) {
74 || si->sz < sizeof(vpx_codec_stream_info_t))
89 vpx_codec_stream_info_t *si) {
92 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_decoder.c 79 vpx_codec_stream_info_t *si) {
83 || si->sz < sizeof(vpx_codec_stream_info_t))
98 vpx_codec_stream_info_t *si) {
101 if (!ctx || !si || si->sz < sizeof(vpx_codec_stream_info_t))
vpx_codec.c 159 vpx_codec_err_t vpx_validate_mmaps(const vpx_codec_stream_info_t *si,
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 117 vpx_codec_stream_info_t *si);
133 vpx_codec_stream_info_t *si);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 117 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,
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 36 typedef vpx_codec_stream_info_t vp8_stream_info_t;
148 vpx_codec_stream_info_t *si,
202 vpx_codec_stream_info_t *si) {
207 vpx_codec_stream_info_t *si)
215 sz = sizeof(vpx_codec_stream_info_t);
  /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;
89 vpx_codec_stream_info_t *si) {
150 vpx_codec_stream_info_t *si) {
153 : sizeof(vpx_codec_stream_info_t);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_dx_iface.c 32 typedef vpx_codec_stream_info_t vp8_stream_info_t;
195 vpx_codec_stream_info_t *si,
249 vpx_codec_stream_info_t *si) {
254 vpx_codec_stream_info_t *si)
262 sz = sizeof(vpx_codec_stream_info_t);
  /external/libvpx/libvpx/
vpxdec.c 319 vpx_codec_stream_info_t si;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 276 vpx_codec_stream_info_t si;

Completed in 227 milliseconds