OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMXCodec
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/media/stagefright/
OMXCodec.h
33
struct
OMXCodec
: public MediaSource,
93
virtual ~
OMXCodec
();
219
OMXCodec
(const sp<IOMX> &omx, IOMX::node_id node,
339
OMXCodec
(const
OMXCodec
&);
340
OMXCodec
&operator=(const
OMXCodec
&);
/frameworks/base/media/libstagefright/
OMXCodec.cpp
18
#define LOG_TAG "
OMXCodec
"
40
#include <media/stagefright/
OMXCodec
.h>
189
void setCodec(const sp<
OMXCodec
> &target) {
195
sp<
OMXCodec
> codec = mTarget.promote();
208
wp<
OMXCodec
> mTarget;
285
uint32_t
OMXCodec
::getComponentQuirks(
372
void
OMXCodec
::findMatchingCodecs(
421
sp<MediaSource>
OMXCodec
::Create(
498
sp<
OMXCodec
> codec = new
OMXCodec
(
[
all
...]
Completed in 42 milliseconds