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,
362 OMXCodec(const OMXCodec &);
363 OMXCodec &operator=(const OMXCodec &);
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp20 #define LOG_TAG "OMXCodec"
45 #include <media/stagefright/OMXCodec.h>
114 void setCodec(const sp<OMXCodec> &target) {
120 sp<OMXCodec> codec = mTarget.promote();
136 wp<OMXCodec> mTarget;
167 const OMXCodec::CodecNameAndQuirks *elem1,
168 const OMXCodec::CodecNameAndQuirks *elem2) {
199 void OMXCodec::findMatchingCodecs(
255 uint32_t OMXCodec::getComponentQuirks(
272 bool OMXCodec
1420 OMXCodec::OMXCodec( function in class:android::OMXCodec
[all...]

Completed in 110 milliseconds