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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c255 struct SwsContext *img_resample_ctx; /* for image resampling */ member in struct:AVOutputStream
1069 sws_freeContext(ost->img_resample_ctx);
1071 ost->img_resample_ctx = sws_getContext(
1079 if (ost->img_resample_ctx == NULL) {
1084 sws_scale(ost->img_resample_ctx, formatted_picture->data, formatted_picture->linesize,
2054 ost->img_resample_ctx = sws_getContext(
2062 if (ost->img_resample_ctx == NULL) {
2489 sws_freeContext(ost->img_resample_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c255 struct SwsContext *img_resample_ctx; /* for image resampling */ member in struct:AVOutputStream
1069 sws_freeContext(ost->img_resample_ctx);
1071 ost->img_resample_ctx = sws_getContext(
1079 if (ost->img_resample_ctx == NULL) {
1084 sws_scale(ost->img_resample_ctx, formatted_picture->data, formatted_picture->linesize,
2054 ost->img_resample_ctx = sws_getContext(
2062 if (ost->img_resample_ctx == NULL) {
2489 sws_freeContext(ost->img_resample_ctx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c255 struct SwsContext *img_resample_ctx; /* for image resampling */ member in struct:AVOutputStream
1069 sws_freeContext(ost->img_resample_ctx);
1071 ost->img_resample_ctx = sws_getContext(
1079 if (ost->img_resample_ctx == NULL) {
1084 sws_scale(ost->img_resample_ctx, formatted_picture->data, formatted_picture->linesize,
2054 ost->img_resample_ctx = sws_getContext(
2062 if (ost->img_resample_ctx == NULL) {
2489 sws_freeContext(ost->img_resample_ctx);

Completed in 131 milliseconds