|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameNotFoundException | |
edu.umd.cfar.lamp.mpeg1.video |
Uses of FrameNotFoundException in edu.umd.cfar.lamp.mpeg1.video |
Methods in edu.umd.cfar.lamp.mpeg1.video that throw FrameNotFoundException | |
int |
VideoIndex.getGroupOfPicturesNumberForFrame(int frame)
Gets the group of pictures for the given frame |
long |
GroupOfPicturesIndex.getPositionOfPicture(int n)
|
int |
GroupOfPicturesIndex.getLastIOrPPicture(int n)
|
int |
GroupOfPicturesIndex.getLastIOrPPicture()
|
long |
GroupOfPicturesIndex.getPositionOfPictureInCodingOrder(int n)
|
int |
GroupOfPicturesIndex.mapDisplayOrderToCodingOrder(int displayOrder)
Maps a (0-based) frame in dislay order to a (0-based) frame in coding order. |
int |
GroupOfPicturesIndex.mapCodingOrderToDisplayOrder(int codingOrder)
Maps a (0-based) frame in coding order to a (0-based) frame in display order. |
byte |
GroupOfPicturesIndex.getTypeOfPictureInCodingOrder(int n)
Returns the type of the (0-based) frame in coding order. |
byte |
GroupOfPicturesIndex.getTypeOfPicture(int n)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |