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

  /frameworks/base/media/libstagefright/include/
AVCDecoder.h 25 struct tagAVCHandle;
54 tagAVCHandle *mHandle;
AVCEncoder.h 25 struct tagAVCHandle;
74 tagAVCHandle *mHandle;
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcapi_common.h 237 typedef struct tagAVCHandle
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 51 mHandle(new tagAVCHandle),
60 memset(mHandle, 0, sizeof(tagAVCHandle));
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 109 mHandle = new tagAVCHandle;
110 memset(mHandle, 0, sizeof(tagAVCHandle));

Completed in 222 milliseconds