Searched defs:OMXCodec (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DOMXCodec.h37 struct OMXCodec : public MediaSource, struct in namespace:android
123 virtual ~OMXCodec();
234 OMXCodec(const sp<IOMX> &omx, IOMX::node_id node,
359 OMXCodec(const OMXCodec &);
360 OMXCodec &operator=(const OMXCodec &);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp18 #define LOG_TAG "OMXCodec"
37 #include <media/stagefright/OMXCodec.h>
101 void setCodec(const sp<OMXCodec> &target) {
107 sp<OMXCodec> codec = mTarget.promote();
120 wp<OMXCodec> mTarget;
150 const OMXCodec::CodecNameAndQuirks *elem1,
151 const OMXCodec::CodecNameAndQuirks *elem2) {
182 void OMXCodec::findMatchingCodecs(
236 uint32_t OMXCodec::getComponentQuirks(
256 bool OMXCodec
1311 OMXCodec::OMXCodec( function in class:android::OMXCodec
[all...]

Completed in 67 milliseconds