Home | History | Annotate | Download | only in media

Lines Matching full:read

39   virtual void Read(int64 position, size_t size,
58 // A factory method to create a BufferedResourceLoader based on the read
78 // |loader_|, reset Read() variables, and set |stopped_on_render_loop_|
85 // This task monitors the current active read request. If the current read
87 // creates a new one to accommodate the read request.
102 // The method that performs actual read. This method can only be executed on
106 // Calls |read_callback_| and reset all read parameters.
128 // Callback method for making a read request to BufferedResourceLoader.
130 // the error code or the number of bytes read.
144 // render thread but may be read from any thread. However reading of this
169 // Read parameters received from the Read() method call.
178 // to. And when read in BufferedResourceLoader is done, we copy data from
180 // we don't own |read_buffer_|. But since the read operation is asynchronous,
186 // avoid creating zero-sized buffered if the first read has zero size.
197 // thread and read from the render thread.