Searched refs:streamIdx (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3BufferManager.cpp | 80 ssize_t streamIdx = mStreamSetMap[i].streamInfoMap.indexOfKey(streamId); in registerStream() local 81 if (streamIdx != NAME_NOT_FOUND && in registerStream() 82 mStreamSetMap[i].streamInfoMap[streamIdx].streamSetId != streamInfo.streamSetId && in registerStream() 83 mStreamSetMap[i].streamInfoMap[streamIdx].isMultiRes != streamInfo.isMultiRes) { in registerStream() 101 ssize_t streamIdx = currentStreamSet.streamInfoMap.indexOfKey(streamId); in registerStream() local 102 if (streamIdx != NAME_NOT_FOUND) { in registerStream() 501 ssize_t streamIdx = mStreamSetMap.valueAt(setIdx).streamInfoMap.indexOfKey(streamId); in checkIfStreamRegisteredLocked() local 502 if (streamIdx == NAME_NOT_FOUND) { in checkIfStreamRegisteredLocked()
|
/frameworks/av/camera/tests/fuzzer/ |
D | camera_c2CaptureRequest_fuzzer.cpp | 111 int32_t streamIdx = fdp.ConsumeIntegral<int32_t>(); in LLVMFuzzerTestOneInput() local 113 captureRequest->mStreamIdxList.push_back(streamIdx); in LLVMFuzzerTestOneInput() 116 parcelCamCaptureReq.writeInt32(streamIdx); in LLVMFuzzerTestOneInput()
|
/frameworks/av/camera/camera2/ |
D | CaptureRequest.cpp | 135 int streamIdx; in readFromParcel() local 136 if ((err = parcel->readInt32(&streamIdx)) != OK) { in readFromParcel() 140 mStreamIdxList.push_back(streamIdx); in readFromParcel()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | SessionConfigurationUtils.cpp | 685 size_t* streamIdx/*out*/, const std::string &physicalId, int32_t groupId, in mapStream() argument 734 &streamConfiguration.streams[(*streamIdx)++]); in mapStream() 738 physicalId, groupId, &streamConfiguration.streams[(*streamIdx)++]); in mapStream() 787 size_t streamIdx = 0; in convertToHALStreamCombination() local 813 streamConfiguration.streams[streamIdx++] = stream; in convertToHALStreamCombination() 897 camera3::CAMERA_STREAM_ROTATION_0, &streamIdx, physicalCameraId, groupId, in convertToHALStreamCombination() 922 static_cast<camera_stream_rotation_t> (it.getRotation()), &streamIdx, in convertToHALStreamCombination()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 344 ssize_t streamIdx = typeToIndex(stream); in dequeueAccessUnit() local 345 if (streamIdx < 0) { in dequeueAccessUnit() 390 StreamItem& strm = mStreams[streamIdx]; in dequeueAccessUnit()
|