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

  /frameworks/base/media/java/android/media/
ImageWriter.java 39 * The ImageWriter class allows an application to produce Image data into a
45 * Surface} objects for ImageWriter to produce data into, including
60 * application can directly queue this Image into ImageWriter (via
63 * {@link ImageReader}, this is the only way to send Image data to ImageWriter,
66 * Once new input Images are queued into an ImageWriter, it's up to the
70 * ImageWriter production rate, the {@link #dequeueInputImage} call will
80 public class ImageWriter implements AutoCloseable {
97 * Create a new ImageWriter.
102 * {@code ImageWriter} simultaneously. Requesting more buffers will use up
118 * @return a new ImageWriter instance
    [all...]
  /art/compiler/
image_writer.cc 79 bool ImageWriter::IsInBootImage(const void* obj) const {
96 bool ImageWriter::IsInBootOatFile(const void* ptr) const {
122 bool ImageWriter::PrepareImageAddressSpace() {
164 bool ImageWriter::Write(int image_fd,
337 void ImageWriter::SetImageOffset(mirror::Object* object, size_t offset) {
347 void ImageWriter::UpdateImageOffset(mirror::Object* obj, uintptr_t offset) {
353 void ImageWriter::AssignImageOffset(mirror::Object* object, ImageWriter::BinSlot bin_slot) {
367 bool ImageWriter::IsImageOffsetAssigned(mirror::Object* object) const {
373 size_t ImageWriter::GetImageOffset(mirror::Object* object) const
    [all...]
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 336 milliseconds