Lines Matching refs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
44 // The field below is accessed by native methods
60 * @throws IllegalArgumentException If the path is invalid.
67 FileInputStream is = null;
69 is = new FileInputStream(path);
70 FileDescriptor fd = is.getFD();
79 if (is != null) {
80 is.close();
92 * @throws IllegalArgumentException If the URI is invalid.
117 * Sets the data source (FileDescriptor) to use. It is the caller's
118 * responsibility to close the file descriptor. It is safe to do so as soon
133 * Sets the data source (FileDescriptor) to use. It is the caller's
134 * responsibility to close the file descriptor. It is safe to do so as soon
139 * @throws IllegalArgumentException if the FileDescriptor is invalid
153 * @throws IllegalArgumentException if the Uri is invalid
184 // Note: using getDeclaredLength so that our behavior is the same
185 // as previous versions when the content provider is returning
209 * The keyCode currently supported is listed below as METADATA_XXX
221 * the given option if possible, and returns it as a bitmap. This is
226 * When retrieving the frame at the given time position, there is no
228 * When this happens, a frame nearby will be returned. If timeUs is
232 * @param option a hint on how the frame is found. Use
240 * or may not be a sync frame but is closest to or the same as timeUs.
242 * to the other options if there is no sync frame located at timeUs.
259 * and returns it as a bitmap. This is useful for generating a thumbnail
261 * how the frame is found as long as it is close to the given time;
265 * When retrieving the frame at the given time position, there is no
267 * When this happens, a frame nearby will be returned. If timeUs is
283 * and returns it as a bitmap. This is useful for generating a thumbnail
285 * care about where the frame is located; otherwise, please call
304 * there are more than one pictures, (any) one of them is returned.
306 * @return null if no such graphic is found.
315 * Call it when one is done with the object. This method releases the memory
343 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
344 * a sync (or key) frame associated with a data source that is located
351 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
352 * a sync (or key) frame associated with a data source that is located
359 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
360 * a sync (or key) frame associated with a data source that is located
367 * This option is used with {@link #getFrameAtTime(long, int)} to retrieve
369 * is located closest to or at the given time.
485 * If this key exists the media is drm-protected.