Home
last modified time | relevance | path

Searched refs:frame (Results 1401 - 1425 of 3259) sorted by relevance

1...<<51525354555657585960>>...131

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp151 FrameRateRange frame; in HWTEST_F() local
152 frame = rsAnimationRateDecider.GetFrameRateRange(); in HWTEST_F()
153 EXPECT_EQ(frame.preferred_, 0); in HWTEST_F()
/kernel/linux/linux-6.6/include/trace/events/
H A Dspi.h151 __field( unsigned, frame )
159 __entry->frame = msg->frame_length;
166 (unsigned)__entry->actual, (unsigned)__entry->frame)
/third_party/ffmpeg/libavcodec/
H A Dv4l2_m2m_dec.c80 /* update the size of the resulting frame */ in v4l2_try_start()
136 static int v4l2_receive_frame(AVCodecContext *avctx, AVFrame *frame) in v4l2_receive_frame() argument
147 return ff_v4l2_context_dequeue_frame(capture, frame, 0); in v4l2_receive_frame()
175 return ff_v4l2_context_dequeue_frame(capture, frame, -1); in v4l2_receive_frame()
H A Dxfaceenc.c138 const AVFrame *frame, int *got_packet) in xface_encode_frame()
161 buf = frame->data[0]; in xface_encode_frame()
167 buf += frame->linesize[0]; in xface_encode_frame()
137 xface_encode_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) xface_encode_frame() argument
H A Dhevc_filter.c318 ptrdiff_t stride_src = s->frame->linesize[c_idx]; in sao_filter_CTB()
324 uint8_t *src = &s->frame->data[c_idx][y0 * stride_src + (x0 << s->ps.sps->pixel_shift)]; in sao_filter_CTB()
540 src = &s->frame->data[LUMA][y * s->frame->linesize[LUMA] + (x << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()
547 s->frame->linesize[LUMA], in deblocking_filter_CTB()
551 s->frame->linesize[LUMA], in deblocking_filter_CTB()
572 src = &s->frame->data[LUMA][y * s->frame->linesize[LUMA] + (x << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()
579 s->frame->linesize[LUMA], in deblocking_filter_CTB()
583 s->frame in deblocking_filter_CTB()
[all...]
H A Dhevcdec.c94 /* allocate arrays that depend on frame dimensions */
567 av_log(s->avctx, AV_LOG_ERROR, "Two slices reporting being the first in the same frame.\n"); in hls_slice_header()
671 av_log(s->avctx, AV_LOG_ERROR, "Inter slices in an IRAP frame.\n"); in hls_slice_header()
783 av_log(s->avctx, AV_LOG_ERROR, "Zero refs for a frame with P or B slices.\n"); in hls_slice_header()
1205 ptrdiff_t stride = s->frame->linesize[1]; in hls_transform_unit()
1212 uint8_t *dst = &s->frame->data[1][(y0 >> vshift) * stride + in hls_transform_unit()
1234 ptrdiff_t stride = s->frame->linesize[2]; in hls_transform_unit()
1241 uint8_t *dst = &s->frame->data[2][(y0 >> vshift) * stride + in hls_transform_unit()
1448 ptrdiff_t stride0 = s->frame->linesize[0]; in hls_pcm_sample()
1449 ptrdiff_t stride1 = s->frame in hls_pcm_sample()
3391 verify_md5(HEVCContext *s, AVFrame *frame) verify_md5() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dyadif_common.c92 int ff_yadif_filter_frame(AVFilterLink *link, AVFrame *frame) in ff_yadif_filter_frame() argument
97 av_assert0(frame); in ff_yadif_filter_frame()
106 yadif->next = frame; in ff_yadif_filter_frame()
116 av_log(ctx, AV_LOG_VERBOSE, "Reallocating frame due to differing stride\n"); in ff_yadif_filter_frame()
124 av_log(ctx, AV_LOG_ERROR, "Failed to reallocate frame\n"); in ff_yadif_filter_frame()
200 CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"),
201 CONST("send_field", "send one frame for each field", YADIF_MODE_SEND_FIELD, "mode"),
202 CONST("send_frame_nospatial", "send one frame for each frame, bu
[all...]
/third_party/lame/mpglib/
H A Dlayer1.c60 struct frame *fr = &(mp->fr); in I_step_one()
113 struct frame *fr = &(mp->fr); in I_step_two()
204 struct frame *fr = &(mp->fr); in decode_layer1_frame()
/third_party/node/test/common/
H A Dtls.js133 function addRecordHeader(type, frame) {
136 record_layer.writeUInt16BE(frame.length, 3);
137 return Buffer.concat([record_layer, frame]);
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/crypto/poly1305/
H A Dpoly1305-mips.S19 .frame $29,0,$31
114 .frame $29,6*8,$31
259 .frame $29,0,$31
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/crypto/poly1305/
H A Dpoly1305-mips.S19 .frame $29,0,$31
114 .frame $29,6*8,$31
259 .frame $29,0,$31
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_win.cc113 DWORD_PTR frame = reinterpret_cast<DWORD_PTR>(trace[i]); in OutputTraceToStream() local
128 SymFromAddr(GetCurrentProcess(), frame, &sym_displacement, symbol); in OutputTraceToStream()
134 BOOL has_line = SymGetLineFromAddr64(GetCurrentProcess(), frame, in OutputTraceToStream()
/third_party/skia/bench/
H A DChartBench.cpp134 for (int frame = 0; frame < loops; ++frame) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser.c73 WebKitWebFrame *frame, in view_cb_resource_request_starting()
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
140 static void view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, in view_cb_title_changed() argument
72 view_cb_resource_request_starting(WebKitWebView *view, WebKitWebFrame *frame, WebKitWebResource *res, WebKitNetworkRequest *req, WebKitNetworkResponse *resp, struct browser_context *ctx) view_cb_resource_request_starting() argument
98 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) view_cb_mime_type_policy_decision() argument
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c282 * @dcmd: DCMD frame inside MFI command
367 memset(cmd->frame, 0, instance->mfi_frame_size); in megasas_return_cmd()
368 cmd->frame->io.context = cpu_to_le32(cmd->index); in megasas_return_cmd()
370 cmd->frame->hdr.cmd = MFI_CMD_INVALID; in megasas_return_cmd()
1124 struct megasas_header *frame_hdr = &cmd->frame->hdr; in megasas_issue_polled()
1172 cmd->frame->dcmd.opcode, __func__); in megasas_issue_blocked_cmd()
1207 abort_fr = &cmd->frame->abort; in megasas_issue_blocked_abort_cmd()
1210 * Prepare and issue the abort frame in megasas_issue_blocked_abort_cmd()
1236 opcode = cmd_to_abort->frame->dcmd.opcode; in megasas_issue_blocked_abort_cmd()
1343 * @frame_type : type of frame
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_ddma.c56 static u16 dwc2_frame_list_idx(u16 frame) in dwc2_frame_list_idx() argument
58 return frame & (FRLISTEN_64_SIZE - 1); in dwc2_frame_list_idx()
269 * Sync frame list since controller will access it if periodic in dwc2_update_frame_list()
425 * Determine starting frame for Isochronous transfer.
431 u16 frame; in dwc2_calc_starting_frame() local
436 * next_active_frame is always frame number (not uFrame) both in FS in dwc2_calc_starting_frame()
445 * Current frame is 1, scheduled frame is 3. Since HC always fetches in dwc2_calc_starting_frame()
447 * corresponding to frame 2 will be fetched. If the number of in dwc2_calc_starting_frame()
450 * latest descriptor(considering rollback) corresponding to frame in dwc2_calc_starting_frame()
493 u16 frame, fr_idx, fr_idx_tmp, skip_frames; dwc2_recalc_initial_desc_idx() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_ddma.c26 static u16 dwc2_frame_list_idx(u16 frame) in dwc2_frame_list_idx() argument
28 return frame & (FRLISTEN_64_SIZE - 1); in dwc2_frame_list_idx()
239 * Sync frame list since controller will access it if periodic in dwc2_update_frame_list()
395 * Determine starting frame for Isochronous transfer.
401 u16 frame; in dwc2_calc_starting_frame() local
406 * next_active_frame is always frame number (not uFrame) both in FS in dwc2_calc_starting_frame()
415 * Current frame is 1, scheduled frame is 3. Since HC always fetches in dwc2_calc_starting_frame()
417 * corresponding to frame 2 will be fetched. If the number of in dwc2_calc_starting_frame()
420 * latest descriptor(considering rollback) corresponding to frame in dwc2_calc_starting_frame()
463 u16 frame, fr_idx, fr_idx_tmp, skip_frames; dwc2_recalc_initial_desc_idx() local
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/
H A Dzr364xx.c113 /* frame structure */
124 struct zr364xx_framei frame[FRAMES]; /* array of FRAME structures */ member
186 /* buffer for one video frame */
491 tmpbuf = (const char *)cam->buffer.frame[last_frame].lpvbits; in zr364xx_fillbuff()
502 printk(KERN_ERR KBUILD_MODNAME ": =======no frame\n"); in zr364xx_fillbuff()
559 struct zr364xx_framei *frm = &cam->buffer.frame[idx]; in zr364xx_read_video_callback()
574 /* we found a frame, but this channel is turned off */ in zr364xx_read_video_callback()
620 "%s: buffer (%d bytes) too small to hold frame data. Discarding frame data.\n", in zr364xx_read_video_callback()
635 /* end of system frame rin in zr364xx_read_video_callback()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc169 if (!it.done()) function = handle(it.frame()->function(), isolate); in RUNTIME_FUNCTION()
534 BytecodeOffset OffsetOfNextJumpLoop(Isolate* isolate, UnoptimizedFrame* frame) { in OffsetOfNextJumpLoop() argument
535 Handle<BytecodeArray> bytecode_array(frame->GetBytecodeArray(), isolate); in OffsetOfNextJumpLoop()
536 const int current_offset = frame->GetBytecodeOffset(); in OffsetOfNextJumpLoop()
572 // The optional parameter determines the frame being targeted. in RUNTIME_FUNCTION()
582 if (!it.done()) function = handle(it.frame()->function(), isolate); in RUNTIME_FUNCTION()
614 if (!it.frame()->is_unoptimized()) { in RUNTIME_FUNCTION()
647 OffsetOfNextJumpLoop(isolate, UnoptimizedFrame::cast(it.frame())); in RUNTIME_FUNCTION()
660 isolate, function, osr_offset, UnoptimizedFrame::cast(it.frame()), in RUNTIME_FUNCTION()
678 Handle<JSFunction> function = handle(it.frame() in RUNTIME_FUNCTION()
785 JavaScriptFrame* frame = nullptr; RUNTIME_FUNCTION() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c2562 * encoded. Our internal representation is of frame height, but some
2565 * The format list here is from CEA, in frame size. Technically we
5480 * @frame: HDMI DRM infoframe
5486 drm_hdmi_infoframe_set_hdr_metadata(struct hdmi_drm_infoframe *frame, in drm_hdmi_infoframe_set_hdr_metadata() argument
5493 if (!frame || !conn_state) in drm_hdmi_infoframe_set_hdr_metadata()
5513 err = hdmi_drm_infoframe_init(frame); in drm_hdmi_infoframe_set_hdr_metadata()
5517 frame->eotf = hdr_metadata->hdmi_metadata_type1.eotf; in drm_hdmi_infoframe_set_hdr_metadata()
5518 frame->metadata_type = hdr_metadata->hdmi_metadata_type1.metadata_type; in drm_hdmi_infoframe_set_hdr_metadata()
5520 BUILD_BUG_ON(sizeof(frame->display_primaries) != in drm_hdmi_infoframe_set_hdr_metadata()
5522 BUILD_BUG_ON(sizeof(frame in drm_hdmi_infoframe_set_hdr_metadata()
5600 drm_hdmi_avi_infoframe_from_display_mode(struct hdmi_avi_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode) drm_hdmi_avi_infoframe_from_display_mode() argument
5717 drm_hdmi_avi_infoframe_colorspace(struct hdmi_avi_infoframe *frame, const struct drm_connector_state *conn_state) drm_hdmi_avi_infoframe_colorspace() argument
5747 drm_hdmi_avi_infoframe_quant_range(struct hdmi_avi_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode, enum hdmi_quantization_range rgb_quant_range) drm_hdmi_avi_infoframe_quant_range() argument
5800 drm_hdmi_avi_infoframe_bars(struct hdmi_avi_infoframe *frame, const struct drm_connector_state *conn_state) drm_hdmi_avi_infoframe_bars() argument
5851 drm_hdmi_vendor_infoframe_from_display_mode(struct hdmi_vendor_infoframe *frame, const struct drm_connector *connector, const struct drm_display_mode *mode) drm_hdmi_vendor_infoframe_from_display_mode() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp93 void RtpUnpackImpl::OnRtpDecode(int32_t pt, const Frame::Ptr &frame) in OnRtpDecode() argument
96 onRtpUnpack_(rtpSort_[pt]->GetSSRC(), frame); in OnRtpDecode()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/
H A Dhdi_adapter_manager.cpp65 char *frame, uint64_t requestBytes, uint64_t *replyBytes) in CaptureHandleCaptureFrame()
70 return captureSource->CaptureFrame(frame, requestBytes, *replyBytes); in CaptureHandleCaptureFrame()
64 CaptureHandleCaptureFrame(void *capture, char *frame, uint64_t requestBytes, uint64_t *replyBytes) CaptureHandleCaptureFrame() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Di_audio_capturer_source_intf.h56 int32_t (*CapturerSourceFrame)(void *wapper, char *frame, uint64_t requestBytes, uint64_t *replyBytes);
72 int32_t IAudioCapturerSourceFrame(void *wapper, char *frame, uint64_t requestBytes, uint64_t *replyBytes);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.h71 bool FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
78 void SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) override;
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Ddivide.S100 .frame $30,STACK,$23
173 .frame $30,STACK,$23

Completed in 32 milliseconds

1...<<51525354555657585960>>...131