Home
last modified time | relevance | path

Searched refs:vpx_svc_get_buffer (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc271 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
300 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
313 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
326 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
439 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
452 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
465 static_cast<const uint8_t *>(vpx_svc_get_buffer(&svc_)), in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc12 text vpx_svc_get_buffer
Dsvc_context.h114 void *vpx_svc_get_buffer(const SvcContext *svc_ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c355 vpx_svc_get_buffer(&svc_ctx), in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c1015 void *vpx_svc_get_buffer(const SvcContext *svc_ctx) { in vpx_svc_get_buffer() function