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

  /frameworks/av/include/media/stagefright/
MetaData.h 198 bool findPointer(uint32_t key, void **value);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 66 bool findPointer(const char *name, void **value) const;
  /frameworks/av/media/libstagefright/
MediaCodec.cpp 829 if (!msg->findPointer("crypto", &crypto)) {
    [all...]
MetaData.cpp 148 bool MetaData::findPointer(uint32_t key, void **value) {
ACodec.cpp     [all...]
NuCachedSource2.cpp 403 CHECK(msg->findPointer("data", &data));
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 117 if (meta->findPointer(kKeyPlatformPrivate, &ptr)) {
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 161 if (!msg->findPointer("headers", (void **)&headers)) {
  /frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp 353 CHECK(msg->findPointer("header", (void **)&header));

Completed in 187 milliseconds