Home
last modified time | relevance | path

Searched refs:Encoded (Results 1 – 25 of 62) sorted by relevance

123

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h96 IntPort Encoded() const { return value_; } in Encoded() function
105 return hasher(port.Encoded()); in operator()
Dsubgraph_test.cc172 EXPECT_THAT(last_port.Encoded(), Ne(new_port.Encoded())) in TEST()
183 EXPECT_THAT(last_port.Encoded(), Eq(new_port.Encoded())) in TEST()
Dgen_node_test.cc39 GenNode::Port p2 = GenNode::Port::Decode(p.Encoded()); in TEST()
49 GenNode::Port p2 = GenNode::Port::Decode(p.Encoded()); in TEST()
59 GenNode::Port p2 = GenNode::Port::Decode(p.Encoded()); in TEST()
69 GenNode::Port p2 = GenNode::Port::Decode(p.Encoded()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp167 unsigned Encoded = ELF::encodePPC64LocalEntryOffset(Res); in emitLocalEntry() local
168 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
173 Other |= Encoded; in emitLocalEntry()
/external/webrtc/webrtc/test/
Dfake_encoder.cc111 if (callback_->Encoded(encoded, &specifics, NULL) != 0) in Encode()
151 int32_t FakeH264Encoder::Encoded(const EncodedImage& encoded_image, in Encoded() function in webrtc::test::FakeH264Encoder
193 return callback_->Encoded(encoded_image, NULL, &fragmentation); in Encoded()
Dconfigurable_frame_size_encoder.cc56 callback_->Encoded(encodedImage, &specific, fragmentation); in Encode()
Dfake_encoder.h64 int32_t Encoded(const EncodedImage& encodedImage,
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.cpp158 unsigned Encoded = ELF::encodePPC64LocalEntryOffset(Res); in emitLocalEntry() local
159 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded)) in emitLocalEntry()
164 Other |= Encoded; in emitLocalEntry()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_encoder_adapter.cc122 int32_t Encoded( in Encoded() function in __anon9b428f1c0111::AdapterEncodedImageCallback
126 return adapter_->Encoded(stream_idx_, encodedImage, codecSpecificInfo, in Encoded()
377 int32_t SimulcastEncoderAdapter::Encoded( in Encoded() function in webrtc::SimulcastEncoderAdapter
386 return encoded_complete_callback_->Encoded( in Encoded()
Dvp8_sequence_coder.cc28 int Encoded(const webrtc::EncodedImage& encoded_image,
45 int Vp8SequenceCoderEncodeCallback::Encoded( in Encoded() function in Vp8SequenceCoderEncodeCallback
Dsimulcast_encoder_adapter.h53 int32_t Encoded(size_t stream_idx,
Dsimulcast_unittest.h66 virtual int32_t Encoded(const EncodedImage& encoded_image, in Encoded() function
332 Encoded( in ExpectStreams()
343 Encoded( in ExpectStreams()
354 Encoded(AllOf(Field(&EncodedImage::_frameType, frame_type), in ExpectStreams()
585 Encoded(AllOf(Field(&EncodedImage::_frameType, kVideoFrameKey), in SwitchingToOneStream()
Dsimulcast_encoder_adapter_unittest.cc148 callback_->Encoded(image, &codecSpecificInfo, NULL); in SendEncodedImage()
218 int32_t Encoded(const EncodedImage& encodedImage, in Encoded() function in webrtc::testing::TestSimulcastEncoderAdapterFake
/external/webrtc/webrtc/video/
Dencoded_frame_callback_adapter.h25 virtual int32_t Encoded(const EncodedImage& encodedImage,
Dencoded_frame_callback_adapter.cc25 int32_t EncodedFrameCallbackAdapter::Encoded( in Encoded() function in webrtc::internal::EncodedFrameCallbackAdapter
Dvideo_receive_stream.h71 int32_t Encoded(const EncodedImage& encoded_image,
Dvideo_receive_stream.cc370 int32_t VideoReceiveStream::Encoded( in Encoded() function in webrtc::internal::VideoReceiveStream
377 encoded_frame_proxy_.Encoded( in Encoded()
/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc57 virtual int32_t Encoded(const EncodedImage& encoded_image, in Encoded() function in webrtc::__anonc28a8fb60111::EncodedImageCallbackWrapper
62 return callback_->Encoded(encoded_image, codec_specific_info, in Encoded()
Dgeneric_encoder.cc259 int32_t VCMEncodedFrameCallback::Encoded( in Encoded() function in webrtc::VCMEncodedFrameCallback
265 post_encode_callback_->Encoded(encoded_image, NULL, NULL); in Encoded()
Dgeneric_encoder.h49 int32_t Encoded(
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
Dvp8_impl_unittest.cc37 virtual int Encoded(const EncodedImage& encoded_frame_,
48 int Vp8UnitTestEncodeCompleteCallback::Encoded( in Encoded() function in webrtc::Vp8UnitTestEncodeCompleteCallback
/external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
Dmock_video_codec_interface.h27 MOCK_METHOD3(Encoded,
/external/webrtc/webrtc/modules/video_coding/include/mock/
Dmock_video_codec_interface.h25 MOCK_METHOD3(Encoded,
/external/webrtc/webrtc/
Dvideo_encoder.h33 virtual int32_t Encoded(const EncodedImage& encoded_image,
/external/vboot_reference/scripts/
Dgenpadding.sh63 * T: DER Encoded DigestInfo value which depends on the hash function used.

123