Home
last modified time | relevance | path

Searched refs:left_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dtest_utils.cc36 const uint8_t* left_array = left.data(); in DesktopFrameDataEquals() local
39 if (memcmp(left_array, right_array, in DesktopFrameDataEquals()
43 left_array += left.stride(); in DesktopFrameDataEquals()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc1041 std::unique_ptr<Array> left_array = ArrayToFunction(left, recurse - 1); in ArrayToFunction() local
1044 if (left_array && right_array) { in ArrayToFunction()
1046 std::move(left_array), std::move(right_array), i)); in ArrayToFunction()
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Dgen_huffman_decompressor.cc1091 std::unique_ptr<Array> left_array = ArrayToFunction(left, recurse - 1); in ArrayToFunction() local
1094 if (left_array && right_array) { in ArrayToFunction()
1096 std::move(left_array), std::move(right_array), i)); in ArrayToFunction()