#include "media/gpu/test/bitstream_helpers.h"
#include "media/base/decoder_buffer.h"
namespace media {
namespace test {
scoped_refptr<BitstreamProcessor::BitstreamRef>
BitstreamProcessor::BitstreamRef::Create(
scoped_refptr<DecoderBuffer> buffer,
const BitstreamBufferMetadata& metadata,
int32_t id,
base::TimeTicks source_timestamp,
base::OnceClosure release_cb) { … }
BitstreamProcessor::BitstreamRef::BitstreamRef(
scoped_refptr<DecoderBuffer> buffer,
const BitstreamBufferMetadata& metadata,
int32_t id,
base::TimeTicks source_timestamp,
base::OnceClosure release_cb)
: … { … }
BitstreamProcessor::BitstreamRef::~BitstreamRef() { … }
}
}