Home
last modified time | relevance | path

Searched refs:NBAIO_Port (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libnbaio/include_mono/media/nbaio/
DNBAIO.h94 class NBAIO_Port : public RefBase {
131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), in NBAIO_Port() function
133 virtual ~NBAIO_Port() { } in ~NBAIO_Port()
143 class NBAIO_Sink : public NBAIO_Port {
226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) in NBAIO_Port() function
235 class NBAIO_Source : public NBAIO_Port {
324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) in NBAIO_Port() function
/frameworks/av/media/libnbaio/
DNBAIO.cpp135 ssize_t NBAIO_Port::negotiate(const NBAIO_Format offers[], size_t numOffers, in negotiate()