HomeSort by relevance Sort by last modified time
    Searched defs:ImageWriter (Results 1 - 7 of 7) sorted by null

  /frameworks/base/media/java/android/media/
ImageWriter.java 40 * The ImageWriter class allows an application to produce Image data into a
46 * Surface} objects for ImageWriter to produce data into, including
61 * application can directly queue this Image into ImageWriter (via
64 * {@link ImageReader}, this is the only way to send Image data to ImageWriter,
67 * Once new input Images are queued into an ImageWriter, it's up to the
71 * ImageWriter production rate, the {@link #dequeueInputImage} call will
81 public class ImageWriter implements AutoCloseable {
98 * Create a new ImageWriter.
103 * {@code ImageWriter} simultaneously. Requesting more buffers will use up
119 * @return a new ImageWriter instance
    [all...]
  /art/compiler/
image_writer.cc 89 bool ImageWriter::IsInBootImage(const void* obj) const {
106 bool ImageWriter::IsInBootOatFile(const void* ptr) const {
134 bool ImageWriter::PrepareImageAddressSpace() {
171 bool ImageWriter::Write(int image_fd,
345 void ImageWriter::SetImageOffset(mirror::Object* object, size_t offset) {
355 void ImageWriter::UpdateImageOffset(mirror::Object* obj, uintptr_t offset) {
361 void ImageWriter::AssignImageOffset(mirror::Object* object, ImageWriter::BinSlot bin_slot) {
375 bool ImageWriter::IsImageOffsetAssigned(mirror::Object* object) const {
381 size_t ImageWriter::GetImageOffset(mirror::Object* object) const
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 111 milliseconds