/external/webrtc/talk/media/base/ |
D | videoframe_unittest.h | 495 const cricket::VideoFrame& frame2, in IsEqual() 508 const cricket::VideoFrame& frame2, in IsEqualWithCrop() 573 T frame1, frame2; in ConstructI422() local 594 T frame1, frame2; in ConstructYuy2() local 611 T frame1, frame2; in ConstructYuy2Unaligned() local 629 T frame1, frame2; in ConstructYuy2Wide() local 643 T frame1, frame2; in ConstructUyvy() local 686 T frame1, frame2; in ConstructABGR() local 700 T frame1, frame2; in ConstructARGB() local 714 T frame1, frame2; in ConstructARGBWide() local [all …]
|
/external/webrtc/webrtc/common_video/ |
D | i420_video_frame_unittest.cc | 37 VideoFrame frame2; in TEST() local 143 VideoFrame frame2; in TEST() local 189 VideoFrame frame1, frame2; in TEST() local 236 VideoFrame frame2(frame1.video_frame_buffer(), 0, 0, kVideoRotation_0); in TEST() local
|
/external/python/cpython2/Demo/tkinter/ttk/ |
D | roundframe.py | 98 frame2 = ttk.Frame(style="RoundedFrame", padding=10) variable
|
/external/webrtc/webrtc/video/ |
D | video_capture_input_unittest.cc | 250 bool EqualFrames(const VideoFrame& frame1, const VideoFrame& frame2) { in EqualFrames() 256 bool EqualTextureFrames(const VideoFrame& frame1, const VideoFrame& frame2) { in EqualTextureFrames() 263 bool EqualBufferFrames(const VideoFrame& frame1, const VideoFrame& frame2) { in EqualBufferFrames()
|
D | video_send_stream_tests.cc | 1191 void ExpectEqualFrames(const VideoFrame& frame1, const VideoFrame& frame2) { in ExpectEqualFrames() 1199 const VideoFrame& frame2) { in ExpectEqualTextureFrames() 1207 const VideoFrame& frame2) { in ExpectEqualBufferFrames()
|
/external/adhd/cras/src/dsp/tests/ |
D | cmpraw.c | 24 size_t frame1, frame2; in main() local
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 129 v16i8 frame2 = { 0 }; in temporal_filter_apply_8size_msa() local 244 uint8_t *frame2, uint32_t block_size, in vp8_temporal_filter_apply_msa()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_arm_unittest.cc | 275 StackFrameARM *frame2 = static_cast<StackFrameARM *>(frames->at(2)); in TEST_F() local 864 StackFrameARM *frame2 = static_cast<StackFrameARM *>(frames->at(2)); in TEST_F() local 963 StackFrameARM *frame2 = static_cast<StackFrameARM *>(frames->at(2)); in TEST_F() local
|
D | stackwalker_arm64_unittest.cc | 253 StackFrameARM64 *frame2 = static_cast<StackFrameARM64 *>(frames->at(2)); in TEST_F() local 524 StackFrameARM64 *frame2 = static_cast<StackFrameARM64 *>(frames->at(2)); in TEST_F() local
|
D | stackwalker_x86_unittest.cc | 739 StackFrameX86 *frame2 = static_cast<StackFrameX86 *>(frames->at(2)); in TEST_F() local 1443 StackFrameX86 *frame2 = static_cast<StackFrameX86 *>(frames->at(2)); in TEST_F() local 1881 StackFrameX86 *frame2 = static_cast<StackFrameX86 *>(frames->at(2)); in IPAddressIsNotInKnownModuleTestImpl() local
|
D | stackwalker_mips_unittest.cc | 289 StackFrameMIPS* frame2 = static_cast<StackFrameMIPS*>(frames->at(2)); in TEST_F() local
|
D | stackwalker_amd64_unittest.cc | 296 StackFrameAMD64 *frame2 = static_cast<StackFrameAMD64 *>(frames->at(2)); in TEST_F() local
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvideoframe_unittest.cc | 318 cricket::VideoFrame* frame2 = frame1.Copy(); in TEST_F() local
|
/external/webrtc/webrtc/modules/utility/source/ |
D | audio_frame_operations_unittest.cc | 43 void VerifyFramesAreEqual(const AudioFrame& frame1, const AudioFrame& frame2) { in VerifyFramesAreEqual()
|
/external/webrtc/webrtc/modules/video_processing/test/ |
D | video_processing_unittest.cc | 381 const webrtc::VideoFrame& frame2) {
|
/external/skqp/tests/ |
D | PathOpsConicIntersectionTest.cpp | 195 const SkDConic frame2[] = { variable
|
/external/skia/tests/ |
D | PathOpsConicIntersectionTest.cpp | 195 const SkDConic frame2[] = { variable
|
/external/libvpx/libvpx/vp8/encoder/ |
D | temporal_filter.c | 71 unsigned char *frame2, unsigned int block_size, in vp8_temporal_filter_apply_c()
|
/external/perfetto/src/ipc/ |
D | buffered_frame_deserializer_unittest.cc | 330 std::vector<char> frame2 = GetSimpleFrame(kMaxCapacity); in TEST() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 366 const uint8_t *frame2, in vp9_temporal_filter_apply_c() 439 const uint16_t *frame2 = CONVERT_TO_SHORTPTR(frame2_8); in vp9_highbd_temporal_filter_apply_c() local
|
/external/webrtc/webrtc/modules/video_capture/test/ |
D | video_capture_unittest.cc | 66 const webrtc::VideoFrame& frame2) { in CompareFrames()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 531 uint8_t *frame2, unsigned int block_width, in av1_temporal_filter_apply_c() 599 uint16_t *frame2 = CONVERT_TO_SHORTPTR(frame2_8); in av1_highbd_temporal_filter_apply_c() local
|
/external/deqp/modules/egl/ |
D | teglGetFrameTimestampsTests.cpp | 256 void verifyNeighboringFrames (const FrameTimes& frame1, const FrameTimes& frame2, tcu::ResultCollec… in verifyNeighboringFrames()
|
/external/python/cpython3/Modules/ |
D | _tracemalloc.c | 322 const frame_t *frame1, *frame2; in hashtable_compare_traceback() local
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 151 bool FrameDataAreEqual(const AudioFrame& frame1, const AudioFrame& frame2) { in FrameDataAreEqual()
|