Home
last modified time | relevance | path

Searched refs:fragmentation (Results 1 – 25 of 81) sorted by relevance

1234

/external/webrtc/test/
Dfake_encoder.cc148 std::unique_ptr<RTPFragmentationHeader> fragmentation = in Encode() local
151 if (callback->OnEncodedImage(encoded, &codec_specific, fragmentation.get()) in Encode()
307 auto fragmentation = std::make_unique<RTPFragmentationHeader>(); in EncodeHook() local
312 fragmentation->VerifyAndAllocateFragmentationHeader(kNumSlices); in EncodeHook()
313 fragmentation->fragmentationOffset[0] = kStartCode.size(); in EncodeHook()
314 fragmentation->fragmentationLength[0] = kSpsSize; in EncodeHook()
315 fragmentation->fragmentationOffset[1] = 2 * kStartCode.size() + kSpsSize; in EncodeHook()
316 fragmentation->fragmentationLength[1] = kPpsSize; in EncodeHook()
317 fragmentation->fragmentationOffset[2] = in EncodeHook()
319 fragmentation->fragmentationLength[2] = in EncodeHook()
[all …]
Dconfigurable_frame_size_encoder.cc62 RTPFragmentationHeader* fragmentation = NULL; in Encode() local
65 callback_->OnEncodedImage(encodedImage, &specific, fragmentation); in Encode()
/external/webrtc/video/
Dframe_encode_metadata_writer.cc208 const RTPFragmentationHeader* fragmentation, in UpdateBitstream() argument
211 codec_specific_info->codecType != kVideoCodecH264 || !fragmentation || in UpdateBitstream()
219 modified_fragmentation->CopyFrom(*fragmentation); in UpdateBitstream()
224 buffer, fragmentation->fragmentationVectorSize, in UpdateBitstream()
225 fragmentation->fragmentationOffset, fragmentation->fragmentationLength, in UpdateBitstream()
Dframe_encode_metadata_writer_unittest.cc44 const RTPFragmentationHeader* fragmentation) override { in OnEncodedImage() argument
466 const RTPFragmentationHeader fragmentation; in TEST() local
471 encode_metadata_writer.UpdateBitstream(nullptr, &fragmentation, &image), in TEST()
482 const RTPFragmentationHeader fragmentation; in TEST() local
487 &fragmentation, &image), in TEST()
524 RTPFragmentationHeader fragmentation; in TEST() local
525 fragmentation.VerifyAndAllocateFragmentationHeader(1); in TEST()
526 fragmentation.fragmentationOffset[0] = 4; in TEST()
527 fragmentation.fragmentationLength[0] = sizeof(original_sps) - 4; in TEST()
533 &fragmentation, &image); in TEST()
Dframe_encode_metadata_writer.h42 const RTPFragmentationHeader* fragmentation,
Dvideo_send_stream_impl.h128 const RTPFragmentationHeader* fragmentation) override;
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcontrol.CM158 MBIM Compliance Test: Validation of message fragmentation ability.
21 Validation of message fragmentation ability.
/external/webrtc/modules/video_coding/codecs/multiplex/
Dmultiplex_encoder_adapter.cc39 const RTPFragmentationHeader* fragmentation) override { in OnEncodedImage() argument
43 codec_specific_info, fragmentation); in OnEncodedImage()
290 const RTPFragmentationHeader* fragmentation) { in OnEncodedImage() argument
328 fragmentation); in OnEncodedImage()
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct18 request do_freefrag, "Report free space fragmentation",
48 request do_filefrag, "Report fragmentation information for an inode",
Ddebug_cmds.ct16 request do_freefrag, "Report free space fragmentation",
55 request do_filefrag, "Report fragmentation information for an inode",
/external/jemalloc_new/
Djemalloc.pc.in8 Description: A general purpose malloc(3) implementation that emphasizes fragmentation avoidance and…
DREADME2 fragmentation avoidance and scalable concurrency support. jemalloc first came
/external/autotest/client/site_tests/power_LowMemorySuspend/
Dcontrol16 when memory is low. It simulates the memory fragmentation by creating
/external/webrtc/media/engine/
Dsimulcast_encoder_adapter.cc124 const webrtc::RTPFragmentationHeader* fragmentation) override { in OnEncodedImage() argument
126 codec_specific_info, fragmentation); in OnEncodedImage()
563 const RTPFragmentationHeader* fragmentation) { in OnEncodedImage() argument
570 stream_image, &stream_codec_specific, fragmentation); in OnEncodedImage()
Dsimulcast_encoder_adapter.h74 const RTPFragmentationHeader* fragmentation);
/external/webrtc/modules/video_coding/codecs/multiplex/include/
Dmultiplex_encoder_adapter.h61 const RTPFragmentationHeader* fragmentation);
/external/ipsec-tools/
DNEWS10 o Fix a remote crash in fragmentation code
63 o ESP fragmentation in tunnel mode can be tunned (NetBSD only)
77 o IKE fragmentation support
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto20 // fragmentation at a specific time.
29 double fragmentation = 4; field
/external/llvm-project/llvm/test/Transforms/SafeStack/X86/
Dlayout-frag.ll1 ; Test that safestack layout reuses a region w/o fragmentation.
/external/webrtc/modules/video_coding/codecs/test/
Dvideo_codec_unittest.h46 const RTPFragmentationHeader* fragmentation);
/external/webrtc/test/pc/e2e/analyzer/video/
Dquality_analyzing_video_encoder.cc236 const RTPFragmentationHeader* fragmentation) { in OnEncodedImage() argument
296 fragmentation); in OnEncodedImage()
Dquality_analyzing_video_encoder.h88 const RTPFragmentationHeader* fragmentation) override;
/external/pdfium/
D.vpython15 # fragmentation.
/external/llvm/test/Instrumentation/EfficiencySanitizer/
Dstruct_field_gep.ll2 ; cache fragmentation tool.
/external/angle/
D.vpython315 # fragmentation.

1234