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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.h 27 struct VCMFrameInformation
48 int32_t Map(uint32_t timestamp, VCMFrameInformation* frameInfo);
110 VCMFrameInformation _frameInfos[kDecoderFrameMemoryLength];
generic_decoder.cc 53 VCMFrameInformation* frameInfo;
57 frameInfo = static_cast<VCMFrameInformation*>(
105 int32_t VCMDecodedFrameCallback::Map(uint32_t timestamp, VCMFrameInformation* frameInfo)

Completed in 1364 milliseconds