Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 10 of 10) sorted by relevance

/device/asus/fugu/libaudio/
DAudioStreamOut.cpp350 status_t AudioStreamOut::getPresentationPosition(uint64_t *frames, in getPresentationPosition() argument
363 *frames = mLastPresentationPosition; in getPresentationPosition()
371 result = getPresentationPosition_l(frames, timestamp); in getPresentationPosition()
381 status_t AudioStreamOut::getPresentationPosition_l(uint64_t *frames, in getPresentationPosition_l() argument
429 *frames = mLastPresentationPosition; in getPresentationPosition_l()
434 *frames = unsignedFrames; in getPresentationPosition_l()
664 uint64_t frames; in write() local
666 getPresentationPosition_l(&frames, &timestamp); in write()
DAudioStreamOut.h41 status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
144 status_t getPresentationPosition_l(uint64_t *frames, struct timespec *timestamp);
DAudioStreamIn.cpp406 ssize_t AudioStreamIn::readFrames_l(void* buffer, ssize_t frames) in readFrames_l() argument
411 while (framesWr < frames) { in readFrames_l()
412 size_t framesRd = frames - framesWr; in readFrames_l()
DAudioStreamIn.h79 ssize_t readFrames_l(void* buffer, ssize_t frames);
Daudio_hal_thunks.cpp202 uint64_t *frames, struct timespec *timestamp) in out_get_presentation_position() argument
207 return tstream->impl->getPresentationPosition(frames, timestamp); in out_get_presentation_position()
/device/htc/flounder/audio/hal/
Daudio_hw.c917 static ssize_t read_frames(struct stream_in *in, void *buffer, ssize_t frames);
922 size_t frames __unused, in get_capture_reference_delay()
958 … buffer->time_stamp.tv_sec , buffer->time_stamp.tv_nsec, kernel_frames, buffer->delay_ns, frames); in get_capture_reference_delay()
962 size_t frames __unused, in get_capture_delay()
1011 in->read_buf_frames, in->proc_buf_frames, frames); in get_capture_delay()
1014 static int32_t update_echo_reference(struct stream_in *in, size_t frames) in update_echo_reference() argument
1026 in->config.channels, frames, in->ref_buf_frames, frames - in->ref_buf_frames); in update_echo_reference()
1027 if (in->ref_buf_frames < frames) { in update_echo_reference()
1028 if (in->ref_buf_size < frames) { in update_echo_reference()
1029 in->ref_buf_size = frames; in update_echo_reference()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_channel.c1291 wnr_info.frames[j].instance_hdl = s_obj->inst_hdl; in mm_channel_do_post_processing()
1292 wnr_info.frames[j].frame_idx = super_buf->super_buf[i].buf->buf_idx; in mm_channel_do_post_processing()
1293 wnr_info.frames[j].frame_width = s_obj->fmt.width; in mm_channel_do_post_processing()
1294 wnr_info.frames[j].frame_height = s_obj->fmt.height; in mm_channel_do_post_processing()
1295 memcpy(&wnr_info.frames[j].frame_offset, in mm_channel_do_post_processing()
/device/lge/hammerhead/camera/
DQCamera_Intf.h333 mm_camera_wnr_frame_info_t frames[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member
/device/asus/flo/camera/
DQCamera_Intf.h333 mm_camera_wnr_frame_info_t frames[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member
/device/moto/shamu/camera/
DQCamera_Intf.h333 mm_camera_wnr_frame_info_t frames[MM_CAMEAR_MAX_STRAEM_BUNDLE]; member