Searched refs:picture_pad_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
962 avcodec_get_frame_defaults(&picture_pad_temp);
1021 if (av_picture_crop((AVPicture *)&picture_pad_temp, (AVPicture *)final_picture, enc->pix_fmt, ost->padtop, ost->padleft) < 0) {
1027 resampling_dst = &picture_pad_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
962 avcodec_get_frame_defaults(&picture_pad_temp);
1021 if (av_picture_crop((AVPicture *)&picture_pad_temp, (AVPicture *)final_picture, enc->pix_fmt, ost->padtop, ost->padleft) < 0) {
1027 resampling_dst = &picture_pad_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
962 avcodec_get_frame_defaults(&picture_pad_temp);
1021 if (av_picture_crop((AVPicture *)&picture_pad_temp, (AVPicture *)final_picture, enc->pix_fmt, ost->padtop, ost->padleft) < 0) {
1027 resampling_dst = &picture_pad_temp;

Completed in 98 milliseconds