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

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp232 cam_format_t streamFormat,
267 mStreamInfo->fmt = streamFormat;
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 DQCamera3Channel.cpp189 cam_format_t streamFormat,
215 rc = pStream->init(streamType, streamFormat, streamDim, NULL, minStreamBufNum,
600 cam_format_t streamFormat; local
612 streamFormat = CAM_FORMAT_YUV_420_NV12;
615 streamFormat = CAM_FORMAT_YUV_420_NV21;
622 streamFormat = CAM_FORMAT_YUV_420_NV21;
626 streamFormat = CAM_FORMAT_YUV_420_NV21;
646 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim,
974 cam_format_t streamFormat; local
991 streamFormat
188 addStream(cam_stream_type_t streamType, cam_format_t streamFormat, cam_dimension_t streamDim, uint8_t minStreamBufNum) argument
1108 cam_format_t streamFormat; local
2164 cam_format_t streamFormat; local
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_DSP.h253 OMX_U32 streamFormat ; /* Signals the type of stream generated with Call-back*/ member in struct:IH264VENC_DynamicParams

Completed in 204 milliseconds