OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vpx_svc_get_frame_size
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx/
svc_context.h
109
size_t
vpx_svc_get_frame_size
(const SvcContext *svc_ctx);
/external/libvpx/libvpx/test/
svc_test.cc
248
vpx_svc_get_frame_size
(&svc_));
278
vpx_svc_get_frame_size
(&svc_));
291
vpx_svc_get_frame_size
(&svc_));
304
vpx_svc_get_frame_size
(&svc_));
/external/libvpx/libvpx/
vp9_spatial_scalable_encoder.c
352
if (
vpx_svc_get_frame_size
(&svc_ctx) > 0) {
353
write_ivf_frame_header(outfile, pts,
vpx_svc_get_frame_size
(&svc_ctx));
355
vpx_svc_get_frame_size
(&svc_ctx), outfile);
/external/libvpx/libvpx/vpx/src/
svc_encodeframe.c
908
size_t
vpx_svc_get_frame_size
(const SvcContext *svc_ctx) {
function
Completed in 1969 milliseconds