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

  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations_unittest.cc 65 AudioFrame temp_frame; local
66 temp_frame.CopyFrom(frame_);
76 AudioFrameOperations::MonoToStereo(temp_frame.data_,
90 AudioFrame temp_frame; local
91 temp_frame.CopyFrom(frame_);
101 AudioFrameOperations::StereoToMono(temp_frame.data_,
  /external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s 781 @ r0 = temp_frame <UWORD8 *>
789 @UWORD8 *left_ptr = temp_frame - 1;
790 @UWORD8 *right_ptr = temp_frame + 1;
791 @UWORD8 *top_ptr = temp_frame - RefBufferWidth;
792 @UWORD8 *bot_ptr = temp_frame + RefBufferWidth;
    [all...]

Completed in 179 milliseconds