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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxenc.c55 struct vpx_image rawimg; member in struct:VP8EncoderContext
342 vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1,
485 struct vpx_image *rawimg = NULL; local
490 rawimg = &ctx->rawimg;
491 rawimg->planes[VPX_PLANE_Y] = frame->data[0];
492 rawimg->planes[VPX_PLANE_U] = frame->data[1];
493 rawimg->planes[VPX_PLANE_V] = frame->data[2];
494 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0];
495 rawimg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c64 struct vpx_image rawimg; member in struct:VP8EncoderContext
453 vpx_img_wrap(&ctx->rawimg, VPX_IMG_FMT_I420, avctx->width, avctx->height, 1,
674 struct vpx_image *rawimg = NULL; local
681 rawimg = &ctx->rawimg;
682 rawimg->planes[VPX_PLANE_Y] = frame->data[0];
683 rawimg->planes[VPX_PLANE_U] = frame->data[1];
684 rawimg->planes[VPX_PLANE_V] = frame->data[2];
685 rawimg->stride[VPX_PLANE_Y] = frame->linesize[0];
686 rawimg
[all...]

Completed in 77 milliseconds