Home | History | Annotate | Download | only in videoeditor

Lines Matching refs:mii

121         int width, int height, MediaImageItem mii)
123 assertEquals("Aspect Ratio Mismatch", aspectRatio, mii.getAspectRatio());
124 assertEquals("File Type Mismatch", fileType, mii.getFileType());
125 assertEquals("Image height " + mii.getHeight(), height, mii.getHeight());
126 assertEquals("Image width " + mii.getWidth(), width, mii.getWidth());
589 final MediaImageItem mii = mVideoEditorHelper.createMediaItem
592 validateImageProperties(aspectRatio, fileType, width, height, mii);
607 final MediaImageItem mii = mVideoEditorHelper.createMediaItem
610 validateImageProperties(aspectRatio, fileType, width, height, mii);