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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_transpose.c59 PassthroughType passthrough; ///< landscape passthrough mode enabled member in struct:TransContext
92 "dir values greater than 3 are deprecated, use the passthrough option instead\n");
94 trans->passthrough = TRANSPOSE_PT_TYPE_LANDSCAPE;
97 if ((inlink->w >= inlink->h && trans->passthrough == TRANSPOSE_PT_TYPE_LANDSCAPE) ||
98 (inlink->w <= inlink->h && trans->passthrough == TRANSPOSE_PT_TYPE_PORTRAIT)) {
100 "w:%d h:%d -> w:%d h:%d (passthrough mode)\n",
104 trans->passthrough = TRANSPOSE_PT_TYPE_NONE;
133 return trans->passthrough ?
235 if (trans->passthrough)
[all...]

Completed in 186 milliseconds