Lines Matching refs:CodecBuffer
629 inline bool wrapAs(CodecBuffer* t, OMXBuffer const& l) { in wrapAs()
634 t->type = CodecBuffer::Type::INVALID; in wrapAs()
638 t->type = CodecBuffer::Type::PRESET; in wrapAs()
644 t->type = CodecBuffer::Type::SHARED_MEM; in wrapAs()
653 t->type = CodecBuffer::Type::ANW_BUFFER; in wrapAs()
674 t->type = CodecBuffer::Type::NATIVE_HANDLE; in wrapAs()
690 inline bool convertTo(OMXBuffer* l, CodecBuffer const& t) { in convertTo()
692 case CodecBuffer::Type::INVALID: { in convertTo()
696 case CodecBuffer::Type::PRESET: { in convertTo()
702 case CodecBuffer::Type::SHARED_MEM: { in convertTo()
706 case CodecBuffer::Type::ANW_BUFFER: { in convertTo()
721 case CodecBuffer::Type::NATIVE_HANDLE: { in convertTo()