Home
last modified time | relevance | path

Searched defs:frame (Results 226 - 250 of 1136) sorted by relevance

12345678910>>...46

/third_party/ffmpeg/libavfilter/
H A Dvf_swapuv.c43 static void do_swap(AVFrame *frame) in do_swap() argument
H A Dvf_vflip.c59 AVFrame *frame; in get_video_buffer() local
108 static int filter_frame(AVFilterLink *link, AVFrame *frame) in filter_frame() argument
[all...]
H A Dvf_shuffleplanes.c94 static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame) in shuffleplanes_filter_frame() argument
[all...]
H A Dvf_shuffleframes.c82 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
/third_party/ffmpeg/libavformat/
H A Duncodedframecrcenc.c49 static void video_frame_cksum(AVBPrint *bp, AVFrame *frame) in video_frame_cksum() argument
78 static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) in audio_frame_cksum() argument
128 write_frame(struct AVFormatContext *s, int stream_index, AVFrame **frame, unsigned flags) write_frame() argument
[all...]
/third_party/ffmpeg/tools/
H A Dscale_slice_test.c51 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() argument
148 AVFrame *frame = av_frame_alloc(); main() local
[all...]
H A Duncoded_frame.c48 AVFrame *frame = NULL; in main() local
[all...]
/third_party/ffmpeg/tests/api/
H A Dapi-h264-slice-test.c48 static int decode(AVCodecContext *dec_ctx, AVFrame *frame, in decode() argument
113 AVFrame *frame = NULL; main() local
[all...]
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dtrap.c23 void print_frame(wasm_frame_t* frame) { in print_frame() argument
121 own wasm_frame_t* frame = wasm_trap_origin(trap); in main() local
H A Dtrap.cc20 void print_frame(const wasm::Frame* frame) { in print_frame() argument
98 auto frame = trap->origin(); in run() local
/third_party/nghttp2/fuzz/
H A Dfuzz_frames.cc38 nghttp2_headers frame, oframe; in check_frame_pack_headers() local
98 nghttp2_push_promise frame, oframe; in check_frame_push_promise() local
/third_party/ltp/testcases/network/can/filter-tests/
H A Dcan_filter.c84 struct can_frame frame; in run() local
[all...]
/third_party/libdrm/tests/vbltest/
H A Dvbltest.c57 static void vblank_handler(int fd, unsigned int frame, unsigned int sec, in vblank_handler() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.h84 Frame* frame() const { return frame_; } in frame() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h32 T* frame = in RegisterFrameArray() local
[all...]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DSincResamplerStereo.cpp30 void SincResamplerStereo::writeFrame(const float *frame) { in writeFrame() argument
48 void SincResamplerStereo::readFrame(float *frame) { in readFrame() argument
/third_party/skia/third_party/externals/dawn/examples/
H A DCHelloTriangle.cpp108 void frame() { in frame() function
/third_party/skia/tools/debugger/
H A DDebugLayerManager.h118 int frame; // frame of animation on which this event was recorded. global() member
[all...]
/third_party/skia/tools/
H A Dskottie2movie.cpp33 static void produce_frame(SkSurface* surf, skottie::Animation* anim, double frame) { in produce_frame() argument
130 const double frame = i * fps_scale; in main() local
/third_party/python/Python/
H A Dframe.c10 _PyFrame_Traverse(_PyInterpreterFrame *frame, visitproc visit, void *arg) in _PyFrame_Traverse() argument
27 _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame) in _PyFrame_MakeAndSetFrameObject() argument
79 take_ownership(PyFrameObject *f, _PyInterpreterFrame *frame) take_ownership() argument
120 _PyFrame_Clear(_PyInterpreterFrame *frame) _PyFrame_Clear() argument
166 _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame) _PyInterpreterFrame_GetLine() argument
[all...]
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_thread.cpp72 void DfxThread::AddFrame(DfxFrame& frame) in AddFrame() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_aac.cpp103 auto frame = FrameImpl::Create(); in ObtainFrame() local
134 void RtpDecoderAAC::InputFrame(const Frame::Ptr &frame) in InputFrame() argument
168 InputFrame(const Frame::Ptr &frame) InputFrame() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Daudio_pcm_processor.cpp62 void AudioPcmProcessor::OnFrame(const Frame::Ptr &frame) in OnFrame() argument
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_sink/
H A Dwfd_rtp_consumer.cpp217 void WfdRtpConsumer::OnRtpUnpackCallback(uint32_t ssrc, const Frame::Ptr &frame) in OnRtpUnpackCallback() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_canvas_node.cpp163 auto frame = GetStagingProperties().GetFrame(); in GetPaintWidth() local
169 auto frame = GetStagingProperties().GetFrame(); in GetPaintHeight() local

Completed in 10 milliseconds

12345678910>>...46