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,
364 OMXCodec(const OMXCodec &);
365 OMXCodec &operator=(const OMXCodec &);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp20 #define LOG_TAG "OMXCodec"
45 #include <media/stagefright/OMXCodec.h>
113 void setCodec(const sp<OMXCodec> &target) {
119 sp<OMXCodec> codec = mTarget.promote();
132 wp<OMXCodec> mTarget;
163 const OMXCodec::CodecNameAndQuirks *elem1,
164 const OMXCodec::CodecNameAndQuirks *elem2) {
195 void OMXCodec::findMatchingCodecs(
251 uint32_t OMXCodec::getComponentQuirks(
268 bool OMXCodec
1412 OMXCodec::OMXCodec( function in class:android::OMXCodec
[all...]

Completed in 63 milliseconds