Lines Matching full:frames
34 // number of frames in each buffer. |data| must not be null and |frame_count|
45 // Create an AudioBuffer with |frame_count| frames. Buffer is allocated, but
51 // Create an empty AudioBuffer with |frame_count| frames.
63 // Copy frames into |dest|. |frames_to_copy| is the number of frames to copy.
64 // |source_frame_offset| specifies how many frames in the buffer to skip
65 // first. |dest_frame_offset| is the frame offset in |dest|. The frames are
73 // Trim an AudioBuffer by removing |frames_to_trim| frames from the start.
74 // Timestamp and duration are adjusted to reflect the fewer frames.
79 // Trim an AudioBuffer by removing |frames_to_trim| frames from the end.
80 // Duration is adjusted to reflect the fewer frames.
86 // Return the number of frames held.