Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc272 vpx_svc_get_frame_size(&svc_)); in TEST_F()
301 vpx_svc_get_frame_size(&svc_)); in TEST_F()
314 vpx_svc_get_frame_size(&svc_)); in TEST_F()
327 vpx_svc_get_frame_size(&svc_)); in TEST_F()
440 vpx_svc_get_frame_size(&svc_)); in TEST_F()
453 vpx_svc_get_frame_size(&svc_)); in TEST_F()
466 vpx_svc_get_frame_size(&svc_)); in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_enc14 text vpx_svc_get_frame_size
Dsvc_context.h109 size_t vpx_svc_get_frame_size(const SvcContext *svc_ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp9_spatial_scalable_encoder.c353 if (vpx_svc_get_frame_size(&svc_ctx) > 0) { in main()
356 vpx_svc_get_frame_size(&svc_ctx), in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c1021 size_t vpx_svc_get_frame_size(const SvcContext *svc_ctx) { in vpx_svc_get_frame_size() function