Home
last modified time | relevance | path

Searched refs:ByteArrayOutput (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/img_utils/src/
DByteArrayOutput.cpp24 ByteArrayOutput::ByteArrayOutput() {} in ByteArrayOutput() function in android::img_utils::ByteArrayOutput
26 ByteArrayOutput::~ByteArrayOutput() {} in ~ByteArrayOutput()
28 status_t ByteArrayOutput::open() { in open()
32 status_t ByteArrayOutput::write(const uint8_t* buf, size_t offset, size_t count) { in write()
40 status_t ByteArrayOutput::close() { in close()
45 size_t ByteArrayOutput::getSize() const { in getSize()
49 const uint8_t* ByteArrayOutput::getArray() const { in getArray()
/frameworks/av/media/img_utils/include/img_utils/
DByteArrayOutput.h34 class ANDROID_API ByteArrayOutput : public Output {
37 ByteArrayOutput();
39 virtual ~ByteArrayOutput();
DDngUtils.h190 ByteArrayOutput mOpList;
/frameworks/av/media/img_utils/
DAndroid.bp31 "src/ByteArrayOutput.cpp",