HomeSort by relevance Sort by last modified time
    Searched defs:VerifyAndAllocate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
encoded_frame.cc 45 VerifyAndAllocate(rhs._length);
64 VerifyAndAllocate(rhs._length);
152 void VCMEncodedFrame::VerifyAndAllocate(const uint32_t minimumSize)
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 359 void VerifyAndAllocate(const uint32_t size) {
425 int32_t VerifyAndAllocate(const uint32_t minimumSize);
536 inline int32_t VideoFrame::VerifyAndAllocate(const uint32_t minimumSize) {
601 int32_t ret = VerifyAndAllocate(length);
  /external/webrtc/src/modules/interface/
module_common_types.h 369 void VerifyAndAllocate( const WebRtc_UWord32 size)
443 WebRtc_Word32 VerifyAndAllocate(const WebRtc_UWord32 minimumSize);
562 VideoFrame::VerifyAndAllocate(const WebRtc_UWord32 minimumSize)
640 WebRtc_Word32 ret = VerifyAndAllocate(length);

Completed in 758 milliseconds