Searched defs:streamId (Results 1 - 9 of 9) sorted by relevance

/hardware/interfaces/tv/input/1.0/default/
H A DTvInput.cpp93 tvStreamConfigs[pos].streamId = configs[i].stream_id;
106 Return<void> TvInput::openStream(int32_t deviceId, int32_t streamId, openStream_cb cb) { argument
108 stream.stream_id = streamId;
130 Return<Result> TvInput::closeStream(int32_t deviceId, int32_t streamId) { argument
131 int ret = mDevice->close_stream(mDevice, deviceId, streamId);
/hardware/google/easel/camera/include/
H A DHdrPlusTypes.h185 uint32_t streamId; member in struct:pbcamera::StreamBuffer
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp224 bool hasInputBuf = (request.inputBuffer.streamId != -1 &&
241 streamIds[i] = request.outputBuffers[i].streamId;
247 streamIds[numOutputBufs] = request.inputBuffer.streamId;
453 for (int streamId : streams) {
454 auto it = batch->mBatchBufs.find(streamId);
464 ALOGE("%s: stream ID %d is not batched!", __FUNCTION__, streamId);
471 for (int streamId : streams) {
472 auto it = batch->mBatchBufs.find(streamId);
474 ALOGE("%s: cannot find stream %d in batched buffers!", __FUNCTION__, streamId);
489 results[i].inputBuffer.streamId
1192 int streamId = static_cast<Camera3Stream*>(hal_result->input_buffer->stream)->mId; local
1203 int streamId = static_cast<Camera3Stream*>(hal_result->output_buffers[i].stream)->mId; local
1315 int streamId = static_cast<Camera3Stream*>(hal_result->input_buffer->stream)->mId; local
1321 int streamId = static_cast<Camera3Stream*>(hal_result->output_buffers[i].stream)->mId; local
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp2318 int32_t streamId = 0; local
2320 Stream stream = {streamId,
2332 [streamId](Status s, HalStreamConfiguration halConfig) {
2335 ASSERT_EQ(halConfig.streams[0].id, streamId);
2339 [streamId](Status s, device::V3_3::HalStreamConfiguration halConfig) {
2342 ASSERT_EQ(halConfig.streams[0].v3_2.id, streamId);
2346 streamId++;
2388 int32_t streamId = 0; local
2389 Stream stream = {streamId++,
2414 stream = {streamId
2538 int32_t streamId = 0; local
2650 int32_t streamId = 0; local
2738 int32_t streamId = 0; local
2891 int32_t streamId = 0; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraParametersIntf.cpp822 uint32_t streamId, int32_t device_rotation)
826 return mImpl->addOnlineRotation(rotation, streamId, device_rotation);
821 addOnlineRotation(uint32_t rotation, uint32_t streamId, int32_t device_rotation) argument
H A DQCamera2HWI.cpp5281 uint32_t streamId = 0; local
5299 streamId = pStream->getMyServerID();
5301 rc = mParameters.addOnlineRotation(mParameters.getJpegRotation(), streamId,
H A DQCameraParameters.cpp14091 * @streamId: internal stream id
14098 int32_t QCameraParameters::addOnlineRotation(uint32_t rotation, uint32_t streamId, argument
14117 rotation_info.streamId = streamId;
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp5797 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask()); local
5800 if (streamsArray.stream_request[j].streamID == streamId) {
5829 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask()); local
5832 if (streamsArray.stream_request[j].streamID == streamId) {
5856 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask()); local
5859 if (streamsArray.stream_request[j].streamID == streamId) {
5937 uint32_t streamId = channel->getStreamID(channel->getStreamTypeMask()); local
5940 if (streamsArray.stream_request[j].streamID == streamId) {
13287 rotation_info.streamId = snapshotStreamId;
15231 buffer.streamId
15674 uint32_t streamId = outputBuffer.streamId; local
15779 uint32_t streamId = outputBuffer.streamId; local
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
H A Dcam_types.h2813 uint32_t streamId; member in struct:__anon2209

Completed in 547 milliseconds