Home | History | Annotate | Download | only in src

Lines Matching refs:sizeValue

213     M4MP4W_StreamIDsize sizeValue;
306 sizeValue.streamID = VideoStreamID;
307 sizeValue.height = (M4OSA_UInt16)(pVideoInfo->height);
308 sizeValue.width = (M4OSA_UInt16)(pVideoInfo->width);
310 sizeValue.height, sizeValue.width);
314 (M4OSA_DataOption)&sizeValue);