OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CCDecoder
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h
117
struct NuPlayer::
CCDecoder
: public RefBase {
123
CCDecoder
(const sp<AMessage> ¬ify);
146
DISALLOW_EVIL_CONSTRUCTORS(
CCDecoder
);
NuPlayerDecoder.cpp
858
NuPlayer::
CCDecoder
::
CCDecoder
(const sp<AMessage> ¬ify)
867
size_t NuPlayer::
CCDecoder
::getTrackCount() const {
871
sp<AMessage> NuPlayer::
CCDecoder
::getTrackInfo(size_t index) const {
890
status_t NuPlayer::
CCDecoder
::selectTrack(size_t index, bool select) {
914
bool NuPlayer::
CCDecoder
::isSelected() const {
918
bool NuPlayer::
CCDecoder
::isTrackValid(size_t index) const {
922
int32_t NuPlayer::
CCDecoder
::getTrackIndex(size_t channel) const {
930
bool NuPlayer::
CCDecoder
::extractFromSEI(const sp<ABuffer> &accessUnit) {
[
all
...]
NuPlayer.h
89
struct
CCDecoder
;
136
sp<
CCDecoder
> mCCDecoder;
NuPlayer.cpp
[
all
...]
Completed in 214 milliseconds