Home
last modified time | relevance | path

Searched defs:frame (Results 176 - 200 of 1974) sorted by relevance

12345678910>>...79

/third_party/libunwind/libunwind/src/x86_64/
H A DGos-linux.c62 tdep_reuse_frame (struct dwarf_cursor *dw, int frame) in tdep_reuse_frame() argument
/third_party/libdrm/include/drm/
H A Ddrm_sarea.h80 struct drm_sarea_frame frame; /**< frame */ member
/third_party/nghttp2/fuzz/
H A Dfuzz_target_fdp.cc8 int on_frame_recv_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_recv_callback() argument
22 int on_header_callback2(nghttp2_session *session, const nghttp2_frame *frame, in on_header_callback2() argument
37 int on_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, in on_frame_send_callback() argument
15 on_begin_headers_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) on_begin_headers_callback() argument
30 before_frame_send_callback(nghttp2_session *session, const nghttp2_frame *frame, void *user_data) before_frame_send_callback() argument
/third_party/ltp/testcases/network/can/cve/
H A Dcan_bcm01.c35 struct can_frame frame; member
/third_party/ltp/testcases/network/can/filter-tests/
H A Dcan_rcv_own_msgs.c23 struct can_frame frame; in test_sockets() local
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DSincResampler.cpp37 void SincResampler::readFrame(float *frame) { in readFrame() argument
/third_party/skia/modules/androidkit/src/
H A DSkottieAnimation.cpp50 static void Animation_SeekFrame(JNIEnv, jobject, jlong native_animation, jdouble frame) { in Animation_SeekFrame() argument
/base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/
H A Ddfx_kernel_stack.cpp89 DfxFrame frame; in FormatThreadKernelStack() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_stack_info_formatter.cpp38 void FillJsFrame(const DfxFrame& frame, Json::Value& jsonInfo) in FillJsFrame() argument
161 FillNativeFrame(const DfxFrame& frame, Json::Value& jsonInfo) const FillNativeFrame() argument
[all...]
H A Dcppcrash_reporter.h47 void AppendCrashStack(const std::string& frame) in AppendCrashStack() argument
/device/soc/hisilicon/common/hal/display/source/utils/src/
H A Ddisplay_adapter.cpp115 int32_t DisplayAdapter::FbFresh(int32_t devFd, DisplayFrameInfo &frame) in FbFresh() argument
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
H A Dmpp_meta_impl.h37 MppFrame frame; member
/foundation/CastEngine/castengine_wifi_display/tests/demo/delaytest/src/
H A Dloop_back_demo.cpp133 uint8_t *frame = (uint8_t *)malloc(bufferLen_ * 2); in loopback() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_g711.cpp69 auto frame = FrameImpl::Create(); in ObtainFrame() local
83 void RtpEncoderG711::InputFrame(const Frame::Ptr &frame) in InputFrame() argument
[all...]
H A Drtp_unpack_impl.cpp93 void RtpUnpackImpl::OnRtpDecode(int32_t pt, const Frame::Ptr &frame) in OnRtpDecode() argument
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_g711_codec.cpp34 void AudioG711Encoder::OnFrame(const Frame::Ptr &frame) in OnFrame() argument
78 void AudioG711Decoder::OnFrame(const Frame::Ptr &frame) in OnFrame() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/
H A Dhdi_adapter_manager.cpp64 CaptureHandleCaptureFrame(void *capture, char *frame, uint64_t requestBytes, uint64_t *replyBytes) CaptureHandleCaptureFrame() argument
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/backend/
H A Drs_surface_ohos_vulkan_test.cpp269 std::unique_ptr<RSSurfaceFrame> frame = nullptr; in HWTEST_F() local
H A Drs_surface_ohos_raster_test.cpp112 std::unique_ptr<RSSurfaceFrame> frame = nullptr; in HWTEST_F() local
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dlinear_pos_time_model.cpp53 void LinearPosTimeModel::ResetFrameStamp(uint64_t frame, int64_t nanoTime) in ResetFrameStamp() argument
61 bool LinearPosTimeModel::IsReasonable(uint64_t frame, int64_t nanoTime) in IsReasonable() argument
83 bool LinearPosTimeModel::UpdataFrameStamp(uint64_t frame, int64_ argument
97 GetFrameStamp(uint64_t &frame, int64_t &nanoTime) GetFrameStamp() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_direct_sink_unit_test.cpp451 uint64_t frame = 10; in HWTEST_F() local
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Dcalc_max_amplitude.cpp33 float CalculateMaxAmplitudeForPCM8Bit(int8_t *frame, uint64_t nSamples) in CalculateMaxAmplitudeForPCM8Bit() argument
49 float CalculateMaxAmplitudeForPCM16Bit(int16_t *frame, uint64_t nSamples) in CalculateMaxAmplitudeForPCM16Bit() argument
65 float CalculateMaxAmplitudeForPCM24Bit(char *frame, uint64_t nSamples) in CalculateMaxAmplitudeForPCM24Bit() argument
85 float CalculateMaxAmplitudeForPCM32Bit(int32_t *frame, uint64_ argument
101 UpdateMaxAmplitude(char *frame, uint64_t replyBytes, int32_t adapterFormat) UpdateMaxAmplitude() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_gl.cpp71 std::unique_ptr<RSSurfaceFrameOhosGl> frame = std::make_unique<RSSurfaceFrameOhosGl>(width, height); in RequestFrame() local
102 void RSSurfaceOhosGl::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in SetUiTimeStamp() argument
111 bool RSSurfaceOhosGl::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_rs_animation_demo.cpp71 auto frame = rsSurface->RequestFrame(width, height); in DrawSurface() local
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/animat/
H A Drs_animat_rate_decider_test.cpp120 FrameRateRange frame; in HWTEST_F() local

Completed in 9 milliseconds

12345678910>>...79