/aosp_15_r20/external/libgav1/src/ |
H A 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 1207 RefCountedBuffer* const current_frame) { in DecodeTiles()
|
H A 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
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/test_tools/ |
H A 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
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/flac/enc/ |
H A D | SoftFlacEncoder.cpp | 469 unsigned current_frame) { in onEncodedFlacAvailable() 586 unsigned current_frame, in flacEncoderWriteCallback()
|
/aosp_15_r20/art/runtime/jni/ |
H A D | jni_env_ext.cc | 229 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckMonitorRelease() local 264 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckNoHeldMonitors() local
|
/aosp_15_r20/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacEnc.cpp | 385 unsigned current_frame) { in onEncodedFlacAvailable() 478 unsigned current_frame, in flacEncoderWriteCallback()
|
/aosp_15_r20/external/flac/src/libFLAC++/ |
H A 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()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A 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
|
H A D | encoder_utils.c | 1181 CurrentFrame *const current_frame = &cm->current_frame; in av1_finalize_encoded_frame() local 1427 const CurrentFrame *const current_frame = &cm->current_frame; in av1_dump_filtered_recon_frames() local
|
H A 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
|
H A D | ratectrl.c | 1269 const CurrentFrame *const current_frame = &cm->current_frame; in calc_active_best_quality_no_stats_cbr() local 1330 const CurrentFrame *const current_frame = &cm->current_frame; in get_q_passive_strategy() local 1370 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_no_stats_cbr() local 1481 const CurrentFrame *const current_frame = &cm->current_frame; in rc_pick_q_and_bounds_no_stats() local 2339 const CurrentFrame *const current_frame = &cm->current_frame; in av1_rc_postencode_update() local
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | screen_capture_frame_queue.h | 59 FrameType* current_frame() const { return frames_[current_].get(); } in current_frame() function
|
/aosp_15_r20/external/libgav1/tests/fuzzer/ |
H A D | obu_parser_fuzzer.cc | 56 libgav1::RefCountedBufferPtr current_frame; in ParseObu() local
|
/aosp_15_r20/trusty/kernel/lib/backtrace/arch/arm64/ |
H A D | backtrace.c | 78 static int step_kernel_frame(struct stack_frame* frame, bool current_frame) { in step_kernel_frame()
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A 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()
|
/aosp_15_r20/external/webrtc/rtc_tools/frame_analyzer/ |
H A D | reference_less_video_analysis_lib.cc | 112 const rtc::scoped_refptr<webrtc::I420BufferInterface> current_frame = in compute_metrics() local
|
/aosp_15_r20/external/flac/src/test_libs_common/ |
H A 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_()
|
/aosp_15_r20/external/flac/oss-fuzz/ |
H A 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()
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/win/ |
H A D | screen_capturer_win_magnifier.cc | 338 DesktopFrame* current_frame = queue_.current_frame(); in OnCaptured() local
|
/aosp_15_r20/external/flac/src/test_libFLAC++/ |
H A D | encoders.cpp | 134 …::write_callback(const FLAC__byte buffer[], size_t bytes, uint32_t samples, uint32_t current_frame) in write_callback()
|
/aosp_15_r20/external/libaom/test/ |
H A D | metadata_test.cc | 65 aom_image_t *current_frame = video->img(); in PreEncodeFrameHook() local
|
/aosp_15_r20/external/flac/src/test_libFLAC/ |
H A 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_()
|
/aosp_15_r20/external/flac/fuzzer/ |
H A D | flac_enc_fuzzer.cpp | 83 unsigned current_frame, in flacEncoderWriteCallback()
|
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/ |
H A D | vk_device.h | 146 uint32_t current_frame; member
|