/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | frame_parts_collector.h | 40 const FrameParts* current_frame() const { return current_frame_.get(); } in current_frame() function 93 FrameParts* current_frame() { return current_frame_.get(); } in current_frame() function
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/ |
D | frame_parts_collector.h | 40 const FrameParts* current_frame() const { return current_frame_.get(); } in current_frame() function 93 FrameParts* current_frame() { return current_frame_.get(); } in current_frame() function
|
/external/webrtc/modules/desktop_capture/ |
D | screen_capture_frame_queue.h | 59 FrameType* current_frame() const { return frames_[current_].get(); } in current_frame() function
|
/external/libgav1/src/ |
D | decoder_impl.cc | 236 PostFilter* const post_filter, RefCountedBuffer* const current_frame) { in DecodeTilesFrameParallel() 431 PostFilter* const post_filter, RefCountedBuffer* const current_frame) { in DecodeTilesThreadedFrameParallel() 686 RefCountedBufferPtr current_frame; in InitializeFrameThreadPoolAndTemporalUnitQueue() local 882 RefCountedBufferPtr current_frame; in ParseAndSchedule() local 981 RefCountedBufferPtr current_frame = std::move(encoded_frame->frame); in DecodeFrame() local 1080 RefCountedBufferPtr current_frame; in DecodeTemporalUnit() local 1250 RefCountedBuffer* const current_frame) { in DecodeTiles()
|
D | tile.h | 75 const ObuFrameHeader& frame_header, RefCountedBuffer* const current_frame, in Create() 122 const RefCountedBuffer& current_frame() const { return current_frame_; } in current_frame() function
|
/external/libgav1/tests/fuzzer/ |
D | obu_parser_fuzzer.cc | 56 libgav1::RefCountedBufferPtr current_frame; in ParseObu() local
|
/external/flac/src/libFLAC/ |
D | ogg_encoder_aspect.c | 112 …pect, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, FLAC__boo… in FLAC__ogg_encoder_aspect_write_callback_wrapper()
|
/external/libva-utils/encode/ |
D | vp8enc.c | 309 vp8enc_upload_yuv_to_surface(FILE *yuv_fp, VASurfaceID surface_id, int current_frame) in vp8enc_upload_yuv_to_surface() 462 …arameter_for_svct_2layers(VAEncPictureParameterBufferVP8 *picParam, int current_frame, int *is_gol… in vp8enc_set_refreshparameter_for_svct_2layers() 487 …arameter_for_svct_3layers(VAEncPictureParameterBufferVP8 *picParam, int current_frame, int *is_gol… in vp8enc_set_refreshparameter_for_svct_3layers() 534 void vp8enc_update_picture_parameter(int frame_type, int current_frame) in vp8enc_update_picture_parameter() 1092 int current_frame, frame_type; in main() local
|
/external/libaom/test/ |
D | metadata_test.cc | 81 aom_image_t *current_frame = video->img(); in PreEncodeFrameHook() local 223 aom_image_t *current_frame = video->img(); in PreEncodeFrameHook() local
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | reference_less_video_analysis_lib.cc | 112 const rtc::scoped_refptr<webrtc::I420BufferInterface> current_frame = in compute_metrics() local
|
/external/flac/src/test_libs_common/ |
D | file_utils_flac.c | 55 …oder, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, void *cli… in encoder_write_callback_()
|
/external/iamf_tools/iamf/cli/codec/ |
D | flac_encoder.cc | 82 size_t bytes, unsigned int samples, unsigned int current_frame, in LibFlacWriteCallback()
|
/external/flac/oss-fuzz/ |
D | encoder_v2.cc | 46 …oder, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, void *cli… in write_callback()
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capturer_win_magnifier.cc | 338 DesktopFrame* current_frame = queue_.current_frame(); in OnCaptured() local
|
/external/flac/src/libFLAC++/ |
D | stream_encoder.cpp | 408 …oder, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, void *cli… in write_callback_() 497 …::write_callback(const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame) in write_callback()
|
/external/flac/src/test_libFLAC++/ |
D | encoders.cpp | 134 …::write_callback(const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame) in write_callback()
|
/external/libaom/av1/encoder/ |
D | svc_layercontext.c | 288 const unsigned int current_frame = in av1_svc_update_buffer_slot_refreshed() local 709 const unsigned int current_frame = in av1_svc_set_reference_was_previous() local
|
D | encoder_utils.c | 1186 CurrentFrame *const current_frame = &cm->current_frame; in av1_finalize_encoded_frame() local 1432 const CurrentFrame *const current_frame = &cm->current_frame; in av1_dump_filtered_recon_frames() local
|
D | firstpass.c | 713 CurrentFrame *const current_frame = &cm->current_frame; in firstpass_inter_prediction() local 1258 CurrentFrame *const current_frame = &cm->current_frame; in av1_noop_first_pass_frame() local 1284 CurrentFrame *const current_frame = &cm->current_frame; in av1_first_pass() local
|
D | ratectrl.c | 1287 const CurrentFrame *const current_frame = &cm->current_frame; in calc_active_best_quality_no_stats_cbr() local 1348 const CurrentFrame *const current_frame = &cm->current_frame; in get_q_passive_strategy() local 1388 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_no_stats_cbr() local 1499 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_no_stats() local 2334 const CurrentFrame *const current_frame = &cm->current_frame; in av1_rc_postencode_update() local
|
/external/python/cpython3/Python/ |
D | ceval.c | 2473 _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate); in PyEval_GetLocals() local 2517 _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate); in _PyEval_GetFrameLocals() local 2551 _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate); in PyEval_GetGlobals() local 2567 _PyInterpreterFrame *current_frame = _PyThreadState_GetFrame(tstate); in PyEval_GetFrameGlobals() local 2584 _PyInterpreterFrame *current_frame = tstate->current_frame; in PyEval_MergeCompilerFlags() local
|
/external/flac/src/test_libFLAC/ |
D | encoders.c | 110 …oder, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, void *cli… in stream_encoder_write_callback_()
|
/external/flac/fuzzer/ |
D | flac_enc_fuzzer.cpp | 83 unsigned current_frame, in flacEncoderWriteCallback()
|
/external/mesa3d/src/vulkan/runtime/ |
D | vk_device.h | 181 uint32_t current_frame; member
|
/external/python/cpython3/Include/cpython/ |
D | pystate.h | 125 struct _PyInterpreterFrame *current_frame; member
|