HomeSort by relevance Sort by last modified time
    Searched refs:findPointer (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/rtsp/
SDPLoader.cpp 91 msg->findPointer("headers", (void **)&headers);
  /frameworks/av/include/media/stagefright/
MetaData.h 218 bool findPointer(uint32_t key, void **value);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 69 bool findPointer(const char *name, void **value) const;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
MetaData.cpp 154 bool MetaData::findPointer(uint32_t key, void **value) {
MediaCodecSource.cpp 774 CHECK(msg->findPointer("accessUnit", (void**)&mbuf));
NuCachedSource2.cpp 446 CHECK(msg->findPointer("data", &data));
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 468 CHECK(msg->findPointer("audioSource", &ptr));
477 CHECK(msg->findPointer("videoSource", &ptr));
486 CHECK(msg->findPointer("subtitleSource", &ptr));
    [all...]
LiveSession.cpp 646 if (!msg->findPointer("headers", (void **)&headers)) {
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 415 if (accessUnit->meta()->findPointer("handle", (void**)&handle)
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 353 CHECK(msg->findPointer("header", (void **)&header));
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 725 if (outbuf->meta()->findPointer("handle", (void**)&handle) &&
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 400 CHECK(msg->findPointer("reply", (void**)&reply));
442 CHECK(msg->findPointer("reply", (void**)&reply));
    [all...]
NuPlayerDecoder.cpp 611 CHECK(msg->findPointer("buffers", (void **)&dstBuffers));
    [all...]
GenericSource.cpp 800 CHECK(response->findPointer("format", &format));
    [all...]

Completed in 253 milliseconds