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

  /frameworks/av/include/media/stagefright/
OMXCodec.h 37 struct OMXCodec : public MediaSource,
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/
OMXCodec.cpp 20 #define LOG_TAG "OMXCodec"
45 #include <media/stagefright/OMXCodec.h>
112 void setCodec(const sp<OMXCodec> &target) {
118 sp<OMXCodec> codec = mTarget.promote();
131 wp<OMXCodec> mTarget;
162 const OMXCodec::CodecNameAndQuirks *elem1,
163 const OMXCodec::CodecNameAndQuirks *elem2) {
194 void OMXCodec::findMatchingCodecs(
250 uint32_t OMXCodec::getComponentQuirks(
267 bool OMXCodec::findCodecQuirks(const char *componentName, uint32_t *quirks)
    [all...]

Completed in 219 milliseconds