| /external/webrtc/modules/desktop_capture/ |
| D | screen_capture_frame_queue.h | 62 FrameType* current_frame() const { return frames_[current_].get(); } in current_frame() function
|
| /external/libgav1/libgav1/src/ |
| D | decoder_impl.cc | 221 PostFilter* const post_filter, RefCountedBuffer* const current_frame) { in DecodeTilesFrameParallel() 420 PostFilter* const post_filter, RefCountedBuffer* const current_frame) { in DecodeTilesThreadedFrameParallel() 651 RefCountedBufferPtr current_frame; in InitializeFrameThreadPoolAndTemporalUnitQueue() local 845 RefCountedBufferPtr current_frame; in ParseAndSchedule() local 944 RefCountedBufferPtr current_frame = std::move(encoded_frame->frame); in DecodeFrame() local 1042 RefCountedBufferPtr current_frame; in DecodeTemporalUnit() local 1189 RefCountedBuffer* const current_frame) { in DecodeTiles()
|
| D | tile.h | 73 const ObuFrameHeader& frame_header, RefCountedBuffer* const current_frame, in Create() 120 const RefCountedBuffer& current_frame() const { return current_frame_; } in current_frame() function
|
| D | motion_vector.cc | 930 const ObuFrameHeader& frame_header, const RefCountedBuffer& current_frame, in SetupMotionField()
|
| D | obu_parser.cc | 2645 StatusCode ObuParser::ParseOneFrame(RefCountedBufferPtr* const current_frame) { in ParseOneFrame()
|
| /external/libgav1/libgav1/tests/fuzzer/ |
| D | obu_parser_fuzzer.cc | 51 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/llvm-project/debuginfo-tests/dexter/dex/dextIR/ |
| D | StepIR.py | 86 def current_frame(self): member in StepIR
|
| /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/webrtc/modules/desktop_capture/win/ |
| D | screen_capturer_win_magnifier.cc | 328 DesktopFrame* current_frame = queue_.current_frame(); in OnCaptured() local
|
| /external/flac/src/libFLAC++/ |
| D | stream_encoder.cpp | 405 …oder, const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame, void *cli… in write_callback_() 494 …::write_callback(const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame) in write_callback()
|
| /external/libaom/libaom/test/ |
| D | metadata_test.cc | 69 aom_image_t *current_frame = video->img(); in PreEncodeFrameHook() local
|
| /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/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/python/cpython2/Python/ |
| D | ceval.c | 4137 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetBuiltins() local 4147 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetLocals() local 4157 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetGlobals() local 4174 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_GetRestricted() local 4181 PyFrameObject *current_frame = PyEval_GetFrame(); in PyEval_MergeCompilerFlags() local
|
| /external/libaom/libaom/av1/encoder/ |
| D | firstpass.c | 571 CurrentFrame *const current_frame = &cm->current_frame; in firstpass_inter_prediction() local 853 CurrentFrame *const current_frame = &cm->current_frame; in av1_first_pass() local
|
| D | ratectrl.c | 754 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_one_pass_cbr() local 942 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_one_pass_vbr() local 1568 const CurrentFrame *const current_frame = &cm->current_frame; in av1_rc_postencode_update() local
|
| D | pass2_strategy.c | 2166 CurrentFrame *const current_frame = &cm->current_frame; in find_next_key_frame() local 2408 CurrentFrame *const current_frame = &cm->current_frame; in process_first_pass_stats() local 2566 CurrentFrame *const current_frame = &cpi->common.current_frame; in av1_get_second_pass_params() local
|
| D | encoder.c | 4925 CurrentFrame *const current_frame = &cm->current_frame; in finalize_encoded_frame() local 5968 const CurrentFrame *const current_frame = &cm->current_frame; in dump_filtered_recon_frames() local 6252 CurrentFrame *const current_frame = &cm->current_frame; in encode_frame_to_data_rate() local 6559 CurrentFrame *const current_frame = &cm->current_frame; in av1_encode() local
|
| D | level.c | 635 const CurrentFrame *const current_frame = &cm->current_frame; in av1_decoder_model_process_frame() local
|
| /external/python/cpython3/Python/ |
| D | ceval.c | 4887 PyFrameObject *current_frame = tstate->frame; in PyEval_GetBuiltins() local 4913 PyFrameObject *current_frame = tstate->frame; in PyEval_GetLocals() local 4931 PyFrameObject *current_frame = tstate->frame; in PyEval_GetGlobals() local 4944 PyFrameObject *current_frame = tstate->frame; in PyEval_MergeCompilerFlags() local
|
| /external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| D | DynamicLoaderDarwin.cpp | 870 StackFrame *current_frame = thread.GetStackFrameAtIndex(0).get(); in GetStepThroughTrampolinePlan() local
|
| /external/llvm-project/lldb/source/Expression/ |
| D | DWARFExpression.cpp | 695 StackFrame *current_frame = exe_ctx->GetFramePtr(); in Evaluate_DW_OP_entry_value() local
|