Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dstringencode_unittest.cc70 memset(decoded_, 0x7f, sizeof(decoded_)); in HexEncodeTest()
75 char decoded_[11]; member in rtc::HexEncodeTest
85 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F()
87 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_)); in TEST_F()
96 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F()
99 ASSERT_EQ(0, memcmp(data_, decoded_, dec_res_)); in TEST_F()
107 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F()
116 dec_res_ = hex_decode_with_delimiter(decoded_, sizeof(decoded_), in TEST_F()
126 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F()
134 dec_res_ = hex_decode(decoded_, sizeof(decoded_), encoded_, enc_res_); in TEST_F()
[all …]
/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.cc81 bool decoded() const { return decoded_; } in decoded()
112 bool decoded_; member in media::V4L2SliceVideoDecodeAccelerator::V4L2DecodeSurface
130 decoded_(false), in V4L2DecodeSurface()
145 DCHECK(!decoded_); in SetDecoded()
146 decoded_ = true; in SetDecoded()