Home
last modified time | relevance | path

Searched refs:temp_frame (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/utility/source/
Daudio_frame_operations_unittest.cc65 AudioFrame temp_frame; in TEST_F() local
66 temp_frame.CopyFrom(frame_); in TEST_F()
76 AudioFrameOperations::MonoToStereo(temp_frame.data_, in TEST_F()
90 AudioFrame temp_frame; in TEST_F() local
91 temp_frame.CopyFrom(frame_); in TEST_F()
101 AudioFrameOperations::StereoToMono(temp_frame.data_, in TEST_F()
/external/libavc/encoder/arm/
Dime_distortion_metrics_a9q.s781 @ 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;