Searched defs:debugStreamId (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2DecodeComponent.cpp | 66 uint32_t debugStreamId = sNextDebugStreamId.fetch_add(1, std::memory_order_relaxed); in create() local 71 V4L2DecodeComponent::V4L2DecodeComponent(uint32_t debugStreamId, const std::string& name, in V4L2DecodeComponent()
|
H A D | V4L2Decoder.cpp | 68 uint32_t debugStreamId, const VideoCodec& codec, const size_t inputBufferSize, in Create() 80 V4L2Decoder::V4L2Decoder(uint32_t debugStreamId, in V4L2Decoder()
|
H A D | V4L2Device.cpp | 1109 V4L2Device::V4L2Device(uint32_t debugStreamId) : mDebugStreamId(debugStreamId) { in V4L2Device() 1151 scoped_refptr<V4L2Device> V4L2Device::create(uint32_t debugStreamId) { in create() 1918 std::string V4L2Device::v4L2BufferTypeToATraceLabel(uint32_t debugStreamId, in v4L2BufferTypeToATraceLabel()
|
/aosp_15_r20/external/v4l2_codec2/components/ |
H A D | DecodeComponent.cpp | 129 DecodeComponent::DecodeComponent(uint32_t debugStreamId, const std::string& name, c2_node_id_t id, in DecodeComponent()
|