Searched refs:DecodeRequest (Results 1 – 4 of 4) sorted by relevance
47 struct DecodeRequest { struct48 DecodeRequest(std::unique_ptr<BitstreamBuffer> buffer, DecodeCB decodeCb) in DecodeRequest() argument50 DecodeRequest(DecodeRequest&&) = default;51 ~DecodeRequest() = default;52 DecodeRequest& operator=(DecodeRequest&&); argument85 std::queue<DecodeRequest> mDecodeRequests;
196 mDecodeRequests.push(DecodeRequest(std::move(buffer), std::move(decodeCb))); in decode()212 mDecodeRequests.push(DecodeRequest(nullptr, std::move(drainCb))); in drain()
64 DecodeRequest(ProtobufError), enumerator132 DecodeRequest(e) => write!(f, "failed to decode plugin request: {}", e), in fmt()
484 .map_err(Error::DecodeRequest)?; in handle_socket()