HomeSort by relevance Sort by last modified time
    Searched refs:VerifyAndAllocate (Results 1 - 14 of 14) 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)
encoded_frame.h 107 void VerifyAndAllocate(const uint32_t minimumSize);
frame_buffer.cc 123 VerifyAndAllocate(newSize);
  /external/chromium_org/third_party/webrtc/modules/utility/source/
video_coder.cc 122 _videoEncodedData->VerifyAndAllocate(payloadSize);
file_recorder_impl.cc 411 _videoEncodedData.VerifyAndAllocate(_videoMaxPayloadSize);
646 _videoEncodedData.VerifyAndAllocate(length);
file_player_impl.cc 661 _encodedData.VerifyAndAllocate(KReadBufferSize);
  /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/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 189 newEncBuf.VerifyAndAllocate(_lengthSourceFrame);
normal_test.cc 126 _encodedVideoBuffer.VerifyAndAllocate(_lengthSourceFrame);
unit_test.cc 99 _encodedVideoBuffer->VerifyAndAllocate(encodedImage._size);
241 _encodedVideoBuffer.VerifyAndAllocate(_lengthSourceFrame);
512 _encodedVideoBuffer.VerifyAndAllocate(_lengthSourceFrame);
normal_async_test.cc 234 newBuffer->VerifyAndAllocate(encodedImage._size);
  /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);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 52 encoded_video_frame_->VerifyAndAllocate(encodedImage._size);
  /external/chromium_org/third_party/webrtc/video_engine/
vie_renderer.cc 205 converted_frame_->VerifyAndAllocate(buffer_size);

Completed in 450 milliseconds