Searched defs:streamFormat (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp356 * @streamFormat : stream format
372 cam_format_t streamFormat,
415 mStreamInfo->fmt = streamFormat;
371 init(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, cam_stream_reproc_config_t* reprocess_config, uint8_t minNumBuffers, cam_feature_mask_t postprocess_mask, cam_is_type_t is_type, uint32_t batchSize, hal3_stream_cb_routine stream_cb, void *userdata) argument
H A DQCamera3Channel.cpp153 * @streamFormat : stream format
165 cam_format_t streamFormat,
197 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation,
662 cam_format_t streamFormat; local
679 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
683 streamFormat = PREVIEW_STREAM_FORMAT;
688 streamFormat = PREVIEW_STREAM_FORMAT;
707 streamFormat = CAM_FORMAT_YUV_420_NV12_UBWC;
709 streamFormat = CAM_FORMAT_YUV_420_NV12_VENUS;
713 streamFormat
164 addStream(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, cam_rotation_t streamRotation, uint8_t minStreamBufNum, cam_feature_mask_t postprocessMask, cam_is_type_t isType, uint32_t batchSize) argument
1569 translateStreamTypeAndFormat(camera3_stream_t *stream, cam_stream_type_t &streamType, cam_format_t &streamFormat) argument
1635 setReprocConfig(reprocess_config_t &reproc_cfg, camera3_stream_buffer_t *pInputBuffer, __unused metadata_buffer_t *metadata, cam_format_t streamFormat, cam_dimension_t dim) argument
2348 cam_format_t streamFormat = getStreamDefaultFormat(CAM_STREAM_TYPE_RAW, local
3652 cam_format_t streamFormat; local
5388 QCamera3SupportChannel(uint32_t cam_handle, uint32_t channel_handle, mm_camera_ops_t *cam_ops, cam_padding_info_t *paddingInfo, cam_feature_mask_t postprocess_mask, cam_stream_type_t streamType, cam_dimension_t *dim, cam_format_t streamFormat, uint8_t hw_analysis_supported, cam_color_filter_arrangement_t color_arrangement, void *userData, uint32_t numBuffers) argument
[all...]

Completed in 38 milliseconds