Searched refs:picture_crop_temp (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c957 AVFrame picture_crop_temp, picture_pad_temp; local
961 avcodec_get_frame_defaults(&picture_crop_temp);
1004 if (av_picture_crop((AVPicture *)&picture_crop_temp, (AVPicture *)in_picture, dec->pix_fmt, ost->topBand, ost->leftBand) < 0) {
1010 formatted_picture = &picture_crop_temp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c957 AVFrame picture_crop_temp, picture_pad_temp; local
961 avcodec_get_frame_defaults(&picture_crop_temp);
1004 if (av_picture_crop((AVPicture *)&picture_crop_temp, (AVPicture *)in_picture, dec->pix_fmt, ost->topBand, ost->leftBand) < 0) {
1010 formatted_picture = &picture_crop_temp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c957 AVFrame picture_crop_temp, picture_pad_temp; local
961 avcodec_get_frame_defaults(&picture_crop_temp);
1004 if (av_picture_crop((AVPicture *)&picture_crop_temp, (AVPicture *)in_picture, dec->pix_fmt, ost->topBand, ost->leftBand) < 0) {
1010 formatted_picture = &picture_crop_temp;

Completed in 406 milliseconds