Home | History | Annotate | Download | only in boxes

Lines Matching refs:box

34         for (Box box : boxes) {
35 if (box instanceof MediaInformationBox) {
36 return (MediaInformationBox) box;
43 for (Box box : boxes) {
44 if (box instanceof MediaHeaderBox) {
45 return (MediaHeaderBox) box;
52 for (Box box : boxes) {
53 if (box instanceof HandlerBox) {
54 return (HandlerBox) box;