HomeSort by relevance Sort by last modified time
    Searched defs:Encoded (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/video/
encoded_frame_callback_adapter.cc 24 int32_t EncodedFrameCallbackAdapter::Encoded(
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
packet_loss_test.cc 61 PacketLossTest::Encoded(const EncodedImage& encodedImage)
65 NormalAsyncTest::Encoded(encodedImage);
227 //printf("Encoded left: %d bytes\n", _encodedVideoBuffer.Length());
normal_async_test.cc 156 printf("Cannot write encoded file.\n");
227 VideoEncodeCompleteCallback::Encoded(EncodedImage& encodedImage,
232 _test.Encoded(encodedImage);
286 NormalAsyncTest::Encoded(const EncodedImage& encodedImage)
387 printf("Number of encoded frames: %u\n", _encFrameCnt);
unit_test.cc 94 UnitTestEncodeCompleteCallback::Encoded(EncodedImage& encodedImage,
240 // Get a reference encoded frame.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_coding_impl.cc 62 virtual int32_t Encoded(EncodedImage& encoded_image,
67 return callback_->Encoded(
generic_encoder.cc 212 VCMEncodedFrameCallback::Encoded(
217 post_encode_callback_->Encoded(encodedImage);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc 36 int Encoded(EncodedImage& encodedImage,
49 int Vp8UnitTestEncodeCompleteCallback::Encoded(EncodedImage& encodedImage,
  /external/chromium_org/third_party/webrtc/test/
fake_encoder.cc 86 EncodedImage encoded(
88 encoded._timeStamp = input_image.timestamp();
89 encoded.capture_time_ms_ = input_image.render_time_ms();
90 encoded._frameType = (*frame_types)[i];
93 encoded._length = 0;
94 encoded._frameType = kSkipFrame;
97 if (callback_->Encoded(encoded, &specifics, NULL) != 0)
100 bits_available -= encoded._length * 8;
133 int32_t FakeH264Encoder::Encoded(EncodedImage& encoded_image
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 28 int Encoded(webrtc::EncodedImage& encoded_image,
31 // Returns the encoded image.
44 int Vp8SequenceCoderEncodeCallback::Encoded(
103 fprintf(stderr, "Error: Cannot open encoded file\n");
204 " - encoded_file(string): The vp8 encoded file (encoder output)."
  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 135 uint64_t Encoded = ParseInteger(Data, Offset);
138 switch (Encoded) {
147 PrintAttribute(Tag, Encoded, Profile);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp 267 // The operand is either reg0 or CPSR. The 's' bit is encoded as '0' or
272 /// getSOImmOpValue - Return an encoded 12-bit shifted-immediate value.
284 // In instruction code this value always encoded as lowest 12 bits,
307 /// getT2SOImmOpValue - Return an encoded 12-bit shifted-immediate value.
312 unsigned Encoded = ARM_AM::getT2SOImmVal(SoImm);
313 assert(Encoded != ~0U && "Not a Thumb2 so_imm value?");
314 return Encoded;
330 /// getSORegOpValue - Return an encoded so_reg shifted register value.
434 /// NEONThumb2DataIPostEncoder - Post-process encoded NEON data-processing
454 /// NEONThumb2LoadStorePostEncoder - Post-process encoded NEON load/stor
    [all...]
  /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;

Completed in 393 milliseconds