Lines Matching refs:streamDim
166 cam_dimension_t streamDim, in addStream() argument
197 rc = pStream->init(streamType, streamFormat, streamDim, streamRotation, in addStream()
1976 cam_dimension_t streamDim; in initialize() local
2042 streamDim.width = mCamera3Stream->width; in initialize()
2043 streamDim.height = mCamera3Stream->height; in initialize()
2048 streamDim, in initialize()
2228 cam_dimension_t streamDim; in initialize() local
2235 streamDim.width = (int32_t)sizeof(metadata_buffer_t), in initialize()
2236 streamDim.height = 1; in initialize()
2240 streamDim, ROTATE_0, (uint8_t)mNumBuffers, mPostProcMask, mIsType); in initialize()
2923 cam_dimension_t streamDim; in initialize() local
2942 streamDim.width = mCamera3Stream->width; in initialize()
2943 streamDim.height = mCamera3Stream->height; in initialize()
2947 streamDim, in initialize()
2966 rc = mm_stream_calc_offset_snapshot(mStreamFormat, &streamDim, &paddingInfo, in initialize()
3777 cam_dimension_t streamDim; in initialize() local
3794 streamDim.width = (int32_t)mYuvWidth; in initialize()
3795 streamDim.height = (int32_t)mYuvHeight; in initialize()
3798 rc = QCamera3Channel::addStream(streamType, streamFormat, streamDim, in initialize()
3821 rc = mm_stream_calc_offset_snapshot(mStreamFormat, &streamDim, &paddingInfo, in initialize()
5459 cam_dimension_t streamDim = src_config.output_stream_dim; in addReprocStreamsFromSource() local
5496 streamDim, ROTATE_0, &reprocess_config, in addReprocStreamsFromSource()