Searched refs:streamDim (Results 1 - 4 of 4) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 190 cam_dimension_t streamDim, 215 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum, 601 cam_dimension_t streamDim; local 643 streamDim.width = mWidth; 644 streamDim.height = mHeight; 646 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim, 755 cam_dimension_t streamDim; local 768 streamDim.width = sizeof(metadata_buffer_t), 769 streamDim.height = 1; 771 streamDim, MIN_STREAMING_BUFFER_NU 188 addStream(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, uint8_t minStreamBufNum) argument 972 cam_dimension_t streamDim; local 2162 cam_dimension_t streamDim; local [all...] |
H A D | QCamera3Stream.h | 61 cam_dimension_t streamDim,
|
H A D | QCamera3Stream.cpp | 233 cam_dimension_t streamDim, 268 mStreamInfo->dim = streamDim; 231 init(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_stream_reproc_config_t* reprocess_config, uint8_t minNumBuffers, stream_cb_routine stream_cb, void *userdata) argument
|
H A D | QCamera3Channel.h | 64 cam_dimension_t streamDim,
|
Completed in 33 milliseconds