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

/frameworks/av/media/img_utils/src/
H A DByteArrayOutput.cpp17 #include <img_utils/ByteArrayOutput.h>
24 ByteArrayOutput::ByteArrayOutput() {} function in class:android::img_utils::ByteArrayOutput
26 ByteArrayOutput::~ByteArrayOutput() {}
28 status_t ByteArrayOutput::open() {
32 status_t ByteArrayOutput::write(const uint8_t* buf, size_t offset, size_t count) {
34 ALOGE("%s: Failed to write to ByteArrayOutput.", __FUNCTION__);
40 status_t ByteArrayOutput::close() {
45 size_t ByteArrayOutput
[all...]
H A DAndroid.mk32 ByteArrayOutput.cpp \
/frameworks/av/media/img_utils/include/img_utils/
H A DByteArrayOutput.h34 class ANDROID_API ByteArrayOutput : public Output { class in namespace:android::img_utils
37 ByteArrayOutput();
39 virtual ~ByteArrayOutput();
42 * Open this ByteArrayOutput.
58 * Close this ByteArrayOutput.
H A DDngUtils.h20 #include <img_utils/ByteArrayOutput.h>
190 ByteArrayOutput mOpList;

Completed in 760 milliseconds