Searched defs:rawimg (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dsvc_encodeframe.c458 struct vpx_image *rawimg, vpx_codec_pts_t pts,
470 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration, 0,
457 vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, struct vpx_image *rawimg, vpx_codec_pts_t pts, int64_t duration, int deadline) argument
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c853 struct vpx_image *rawimg, vpx_codec_pts_t pts,
878 if (rawimg != NULL) {
893 if (rawimg != NULL) {
898 res = vpx_codec_encode(codec_ctx, rawimg, pts, (uint32_t)duration,
970 if (rawimg == NULL) {
852 vpx_svc_encode(SvcContext *svc_ctx, vpx_codec_ctx_t *codec_ctx, struct vpx_image *rawimg, vpx_codec_pts_t pts, int64_t duration, int deadline) argument

Completed in 624 milliseconds