Home
last modified time | relevance | path

Searched defs:streamId (Results 176 – 200 of 247) sorted by relevance

12345678910

/aosp12/frameworks/av/services/camera/libcameraservice/hidl/
H A DAidlCameraDeviceCallbacks.cpp176 binder::Status H2BCameraDeviceCallbacks::onPrepared(int32_t streamId) { in onPrepared()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H A Dstream_tunnel.cpp238 void StreamTunnel::SetStreamId(int32_t streamId) in SetStreamId()
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp402 auto streamId = request.v3_2.inputBuffer.streamId; in processOneCaptureRequest_3_4() local
417 auto streamId = request.v3_2.outputBuffers[i].streamId; in processOneCaptureRequest_3_4() local
/ohos5.0/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Dtypes.h89 uint32_t streamId; member
119 int32_t streamId; member
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp846 const sptr<HStreamCommon> HCaptureSession::GetStreamByStreamID(int32_t streamId) in GetStreamByStreamID()
854 const sptr<HStreamCommon> HCaptureSession::GetHdiStreamByStreamID(int32_t streamId) in GetHdiStreamByStreamID()
2098 for (auto& streamId : streamIds) { in OnCaptureStarted() local
2291 for (auto& streamId : streamIds) { in OnFrameShutter() local
2312 for (auto& streamId : streamIds) { in OnFrameShutterEnd() local
2331 for (auto& streamId : streamIds) { in OnCaptureReady() local
2343 int32_t StreamOperatorCallback::OnResult(int32_t streamId, const std::vector<uint8_t>& result) in OnResult()
2427 sptr<HStreamCommon> StreamContainer::GetStream(int32_t streamId) in GetStream()
2440 sptr<HStreamCommon> StreamContainer::GetHdiStream(int32_t streamId) in GetHdiStream()
H A Dhstream_metadata.cpp142 int32_t HStreamMetadata::OnMetaResult(int32_t streamId, const std::vector<uint8_t>& result) in OnMetaResult()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dtype_finder.cpp105 …:function<Status(int32_t, uint64_t, size_t, std::shared_ptr<Buffer>&)> peekRange, int32_t streamId) in Init()
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp76 const C2Param::Type &i, bool addStream, unsigned streamId) { in attribParamIndex()
/aosp12/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
H A DCameraBinderTest.java228 public void onPrepared(int streamId) throws RemoteException { in onPrepared()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Dfile_source_plugin.cpp164 Status FileSourcePlugin::Read(int32_t streamId, std::shared_ptr<Buffer>& buffer, uint64_t offset, s… in Read()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp364 void MetadataOutput::ProcessMetadata(const int32_t streamId, in ProcessMetadata()
390 int32_t MetadataOutput::ProcessMetaObjects(const int32_t streamId, std::vector<sptr<MetadataObject>… in ProcessMetaObjects()
625 int32_t HStreamMetadataCallbackImpl::OnMetadataResult(const int32_t streamId, in OnMetadataResult()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp394 int32_t StreamOperatorVdiImpl::AttachBufferQueue(int32_t streamId, in AttachBufferQueue()
431 int32_t StreamOperatorVdiImpl::DetachBufferQueue(int32_t streamId) in DetachBufferQueue()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp227 [trackId](int32_t streamId) { return trackId == streamId; }); in SelectTrack()
238 [trackId](int32_t streamId) { return trackId == streamId; }); in UnselectTrack()
/aosp12/hardware/interfaces/camera/device/3.5/default/
H A DExternalCameraDeviceSession.cpp199 int streamId = bufRets[i].streamId; in threadLoop() local
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dusb_camera_test_mult.cpp221 void UtestUSBCameraTestMult::StartCapture(int streamId, int captureId, bool shutterCallback, bool i… in StartCapture()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp28 const int streamId, const StreamIntent intent) in SetStreamInfo()
82 RetCode OhosCameraDemo::CaptureON(const int streamId, in CaptureON()
177 RetCode OhosCameraDemo::CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCus… in CreateStream()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp227 const uint32_t streamId, const DAudioEvent &event) in Notify()
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h77 unsigned int streamId; member
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp320 int32_t streamId; in DeviceClientCallback() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_capture_test/src/
H A Doh_audio_capture_unit_test.cpp364 uint32_t streamId; variable
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.cpp338 void Camera2ClientBase<TClientBase>::notifyPrepared(int streamId) { in notifyPrepared()
/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp377 void Test::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h369 void MyBuffer::SetStreamId(const int32_t streamId) in SetStreamId()
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java695 int streamId = configuredOutputs.keyAt(j); in convertSurfaceToStreamId() local
717 int streamId = configuredOutputs.keyAt(j); in convertSurfaceToStreamId() local
/aosp12/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp239 virtual binder::Status onPrepared(int streamId) { in onPrepared()
514 status_t streamId; in TEST_F() local

12345678910