Home
last modified time | relevance | path

Searched defs:debugStreamId (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2DecodeComponent.cpp66 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 DV4L2Decoder.cpp68 uint32_t debugStreamId, const VideoCodec& codec, const size_t inputBufferSize, in Create()
80 V4L2Decoder::V4L2Decoder(uint32_t debugStreamId, in V4L2Decoder()
H A DV4L2Device.cpp1109 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 DDecodeComponent.cpp129 DecodeComponent::DecodeComponent(uint32_t debugStreamId, const std::string& name, c2_node_id_t id, in DecodeComponent()