Searched refs:buf_index (Results 1 – 14 of 14) sorted by relevance
/device/google/dragon/audio/hal/ |
D | cras_dsp_pipeline.c | 51 int buf_index; /* the buffer index in the pipeline */ member 485 audio_port->buf_index = k; in use_buffers() 496 busy[audio_port->buf_index] = 0; in unuse_buffers() 552 audio_port->buf_index = audio_port->peer->buf_index; in allocate_buffers() 663 float *buf = pipeline->buffers[audio_port->buf_index]; in cras_dsp_pipeline_instantiate() 668 audio_port->buf_index, instance->plugin->title, in cras_dsp_pipeline_instantiate() 672 float *buf = pipeline->buffers[audio_port->buf_index]; in cras_dsp_pipeline_instantiate() 677 audio_port->buf_index, instance->plugin->title, in cras_dsp_pipeline_instantiate() 762 return pipeline->buffers[audio_port->buf_index]; in find_buffer()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1232 uint32_t buf_index = 1; in doReprocessOffline() local 1234 buf_index, in doReprocessOffline() 1243 mappedBuffer.index = buf_index; in doReprocessOffline() 1252 param.reprocess.buf_index = buf_index; in doReprocessOffline() 1322 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess() 1332 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess() 1383 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1232 uint32_t buf_index = 1; in doReprocessOffline() local 1234 buf_index, in doReprocessOffline() 1243 mappedBuffer.index = buf_index; in doReprocessOffline() 1252 param.reprocess.buf_index = buf_index; in doReprocessOffline() 1322 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess() 1332 param.reprocess.frame_idx, param.reprocess.buf_index, in doReprocess() 1383 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraChannel.cpp | 1089 int buf_index = 1; in doReprocessOffline() local 1091 buf_index, in doReprocessOffline() 1100 mappedBuffer.index = buf_index; in doReprocessOffline() 1108 param.reprocess.buf_index = buf_index; in doReprocessOffline() 1209 param.reprocess.buf_index = frame->bufs[i]->buf_idx; in doReprocess() 1263 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_reprocess.c | 324 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_reprocess.c | 324 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_reprocess.c | 324 param.reprocess.buf_index = frame->buf_idx; in mm_app_do_reprocess()
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
D | cam_intf.h | 360 uint8_t buf_index; /* buf index to the source frame buffer that needs reprocess, member
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
D | cam_intf.h | 423 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess, member
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
D | cam_intf.h | 423 uint32_t buf_index; /* buf index to the source frame buffer that needs reprocess, member
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI.cpp | 712 int buf_index = 0; in receiveRawPicture() local 732 buf_index = recvd_frame->bufs[0]->buf_idx; in receiveRawPicture() 734 pme->mSnapshotMemory.camera_memory[buf_index]->data, in receiveRawPicture()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 3193 param.reprocess.buf_index = buf_idx; in doReprocessOffline() 3251 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 4233 param.reprocess.buf_index = buf_idx; in doReprocessOffline() 4287 param.reprocess.buf_index = buf_idx; in doReprocess()
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3Channel.cpp | 4233 param.reprocess.buf_index = buf_idx; in doReprocessOffline() 4287 param.reprocess.buf_index = buf_idx; in doReprocess()
|