HomeSort by relevance Sort by last modified time
    Searched defs:EndianOutput (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/img_utils/src/
EndianUtils.cpp 22 EndianOutput::EndianOutput(Output* out, Endianness end)
25 EndianOutput::~EndianOutput() {}
27 status_t EndianOutput::open() {
32 status_t EndianOutput::close() {
36 void EndianOutput::setEndianness(Endianness end) {
40 uint32_t EndianOutput::getCurrentOffset() const {
44 Endianness EndianOutput::getEndianness() const {
48 status_t EndianOutput::write(const uint8_t* buf, size_t offset, size_t count)
    [all...]
  /frameworks/av/media/img_utils/include/img_utils/
EndianUtils.h 55 class ANDROID_API EndianOutput : public Output {
61 EndianOutput(Output* out, Endianness end=LITTLE);
63 virtual ~EndianOutput();
86 * Get the current number of bytes written by this EndianOutput.
97 * EndianOutput. If the given offset is greater than zero, that many elements will
132 inline status_t EndianOutput::writeHelper(const T* buf, size_t offset, size_t count) {

Completed in 52 milliseconds