HomeSort by relevance Sort by last modified time
    Searched refs:Encoded (Results 1 - 25 of 39) sorted by null

1 2

  /external/webrtc/webrtc/video/
encoded_frame_callback_adapter.h 25 virtual int32_t Encoded(const EncodedImage& encodedImage,
encoded_frame_callback_adapter.cc 25 int32_t EncodedFrameCallbackAdapter::Encoded(
video_receive_stream.h 71 int32_t Encoded(const EncodedImage& encoded_image,
video_receive_stream.cc 370 int32_t VideoReceiveStream::Encoded(
377 encoded_frame_proxy_.Encoded(
  /external/libvorbis/doc/
a2-encapsulation-rtp.tex 8 Please consult RFC 5215 \textit{``RTP Payload Format for Vorbis Encoded
  /external/webrtc/webrtc/test/
fake_encoder.h 64 int32_t Encoded(const EncodedImage& encodedImage,
configurable_frame_size_encoder.cc 56 callback_->Encoded(encodedImage, &specific, fragmentation);
fake_encoder.cc 100 EncodedImage encoded(
102 encoded._timeStamp = input_image.timestamp();
103 encoded.capture_time_ms_ = input_image.render_time_ms();
104 encoded._frameType = (*frame_types)[i];
105 encoded._encodedWidth = config_.simulcastStream[i].width;
106 encoded._encodedHeight = config_.simulcastStream[i].height;
111 if (callback_->Encoded(encoded, &specifics, NULL) != 0)
113 bits_available -= std::min(encoded._length * 8, bits_available);
151 int32_t FakeH264Encoder::Encoded(const EncodedImage& encoded_image
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/interface/mock/
mock_video_codec_interface.h 27 MOCK_METHOD3(Encoded,
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_encoder_adapter.h 53 int32_t Encoded(size_t stream_idx,
simulcast_encoder_adapter.cc 115 // the first parameter to Encoded.
122 int32_t Encoded(
126 return adapter_->Encoded(stream_idx_, encodedImage, codecSpecificInfo,
377 int32_t SimulcastEncoderAdapter::Encoded(
386 return encoded_complete_callback_->Encoded(
vp8_sequence_coder.cc 28 int Encoded(const webrtc::EncodedImage& encoded_image,
31 // Returns the encoded image.
45 int Vp8SequenceCoderEncodeCallback::Encoded(
108 fprintf(stderr, "Error: Cannot open encoded file\n");
209 " - encoded_file(string): The vp8 encoded file (encoder output)."
simulcast_unittest.h 66 virtual int32_t Encoded(const EncodedImage& encoded_image,
332 Encoded(
343 Encoded(
354 Encoded(AllOf(Field(&EncodedImage::_frameType, frame_type),
585 Encoded(AllOf(Field(&EncodedImage::_frameType, kVideoFrameKey),
    [all...]
simulcast_encoder_adapter_unittest.cc 148 callback_->Encoded(image, &codecSpecificInfo, NULL);
218 int32_t Encoded(const EncodedImage& encodedImage,
  /external/webrtc/webrtc/modules/video_coding/
generic_encoder.h 49 int32_t Encoded(
generic_encoder.cc 259 int32_t VCMEncodedFrameCallback::Encoded(
263 TRACE_EVENT_INSTANT1("webrtc", "VCMEncodedFrameCallback::Encoded",
265 post_encode_callback_->Encoded(encoded_image, NULL, NULL);
video_coding_impl.cc 57 virtual int32_t Encoded(const EncodedImage& encoded_image,
62 return callback_->Encoded(encoded_image, codec_specific_info,
  /external/webrtc/webrtc/modules/video_coding/include/mock/
mock_video_codec_interface.h 25 MOCK_METHOD3(Encoded,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 170 unsigned Encoded = ELF::encodePPC64LocalEntryOffset(Res);
171 if (Res != ELF::decodePPC64LocalEntryOffset(Encoded))
172 report_fatal_error(".localentry expression cannot be encoded.");
176 Other |= Encoded;
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor.h 66 // Path to the directory where encoded files will be put
84 // encoded frames - using multiple cores will produce different encoded frames
146 // Return the size of the encoded frame in bytes. Dropped frames by the
150 // Return the encoded frame type (key or delta).
184 // Return the size of the encoded frame in bytes.
186 // Return the encoded frame type (key or delta).
235 int32_t Encoded(
  /external/webrtc/webrtc/
video_encoder.h 32 // Callback function which is called when an image has been encoded.
33 virtual int32_t Encoded(const EncodedImage& encoded_image,
77 // - callback : Callback object which handles encoded images.
87 // Encode an I420 image (as a part of a video stream). The encoded image
91 // - frame : Image to be encoded
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cryptxml.h 71 CRYPT_XML_BLOB Encoded;
249 CRYPT_XML_BLOB Encoded;
350 CRYPT_XML_BLOB Encoded;
  /external/vboot_reference/scripts/
genpadding.sh 63 * T: DER Encoded DigestInfo value which depends on the hash function used.
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 37 virtual int Encoded(const EncodedImage& encoded_frame_,
48 int Vp8UnitTestEncodeCompleteCallback::Encoded(
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 33 // Should allocate an encoded frame and then release it here, for that we
53 // Allocating encoded memory.
119 _encodedCompleteCallback->Encoded(_encodedImage, NULL, NULL);

Completed in 1375 milliseconds

1 2