Changeset 1258 in SHVCSoftware for branches/SHM-dev/source/Lib/TLibVideoIO
- Timestamp:
- 14 Jul 2015, 02:57:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibVideoIO/TVideoIOYuv.cpp
r1246 r1258 230 230 * either 8bit or 16bit little-endian lsb-aligned words. 231 231 * 232 * @param dst destination image 233 * @param fd input file stream 234 * @param is16bit true if input file carries > 8bit data, false otherwise. 235 * @param stride distance between vertically adjacent pixels of dst. 236 * @param width width of active area in dst. 237 * @param height height of active area in dst. 238 * @param pad_x length of horizontal padding. 239 * @param pad_y length of vertical padding. 232 * @param dst destination image plane 233 * @param fd input file stream 234 * @param is16bit true if input file carries > 8bit data, false otherwise. 235 * @param stride444 distance between vertically adjacent pixels of dst. 236 * @param width444 width of active area in dst. 237 * @param height444 height of active area in dst. 238 * @param pad_x444 length of horizontal padding. 239 * @param pad_y444 length of vertical padding. 240 * @param compID chroma component 241 * @param destFormat chroma format of image 242 * @param fileFormat chroma format of file 243 * @param fileBitDepth component bit depth in file 240 244 * @return true for success, false in case of error 241 245 */ … … 381 385 382 386 /** 383 * Write width*height pixels info fd from src. 384 * 385 * @param fd output file stream 386 * @param src source image 387 * @param is16bit true if input file carries > 8bit data, false otherwise. 388 * @param stride distance between vertically adjacent pixels of src. 389 * @param width width of active area in src. 390 * @param height height of active area in src. 387 * Write an image plane (width444*height444 pixels) from src into output stream fd. 388 * 389 * @param fd output file stream 390 * @param src source image 391 * @param is16bit true if input file carries > 8bit data, false otherwise. 392 * @param stride444 distance between vertically adjacent pixels of src. 393 * @param width444 width of active area in src. 394 * @param height444 height of active area in src. 395 * @param compID chroma component 396 * @param srcFormat chroma format of image 397 * @param fileFormat chroma format of file 398 * @param fileBitDepth component bit depth in file 391 399 * @return true for success, false in case of error 392 400 */
Note: See TracChangeset for help on using the changeset viewer.