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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h139 \param pixelWidthAspectIn Contains Media Kits notation of the video aspect
154 ConvertVideoAspectWidthAndHeightToAVCodecContext(uint16 pixelWidthAspectIn, argument
165 assert(pixelWidthAspectIn > 0);
173 if (pureVideoDimensionAspectRatio.num == pixelWidthAspectIn
184 contextInOut.height * pixelWidthAspectIn,

Completed in 37 milliseconds