Home
last modified time | relevance | path

Searched refs:frame (Results 901 - 925 of 1514) sorted by relevance

1...<<31323334353637383940>>...61

/third_party/ffmpeg/libavfilter/
H A Dqp_table.h24 #include "libavutil/frame.h"
31 int ff_qp_table_extract(AVFrame *frame, int8_t **table, int *table_w, int *table_h,
H A Dvf_signalstats.c43 int fs; // pixel count per frame
44 int cfs; // pixel count per frame of chroma planes
137 AVFrame *frame = av_frame_alloc(); in alloc_frame() local
138 if (!frame) in alloc_frame()
141 frame->format = pixfmt; in alloc_frame()
142 frame->width = w; in alloc_frame()
143 frame->height = h; in alloc_frame()
145 if (av_frame_get_buffer(frame, 0) < 0) { in alloc_frame()
146 av_frame_free(&frame); in alloc_frame()
150 return frame; in alloc_frame()
[all...]
/third_party/ffmpeg/libavutil/
H A Ddownmix_info.h24 #include "frame.h"
96 * Get a frame's AV_FRAME_DATA_DOWNMIX_INFO side data for editing.
98 * If the side data is absent, it is created and added to the frame.
100 * @param frame the frame for which the side data is to be obtained or created
105 AVDownmixInfo *av_downmix_info_update_side_data(AVFrame *frame);
H A Dstereo3d.h31 #include "frame.h"
44 * frame, usually describing two views of a scene. This file describes all
183 * Additional information about the frame packing.
202 * Allocate a complete AVFrameSideData and add it to the frame.
204 * @param frame The frame which side data is added to.
208 AVStereo3D *av_stereo3d_create_side_data(AVFrame *frame);
/third_party/python/Include/cpython/
H A Dframeobject.h12 /* The rest of the interface is specific for frame objects */
22 * this API can be changed in future minor versions if the underlying frame
23 * mechanism change or the concept of an 'entry frame' or its semantics becomes
26 PyAPI_FUNC(int) _PyFrame_IsEntryFrame(PyFrameObject *frame); variable
/third_party/skia/tools/skottie_ios_app/
H A DSkiaContext.h11 - (UIView*) makeViewWithController:(SkiaViewController*)vc withFrame:(CGRect)frame;
/third_party/ffmpeg/libavcodec/
H A Dmpeg12dec.c83 int64_t timecode_frame_start; /*< GOP timecode frame start number, in non drop frame format */
704 "Invalid mb type in I-frame at %d %d\n", in mpeg_decode_mb()
717 "Invalid mb type in P-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb()
726 "Invalid mb type in B-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_mb()
1586 /* start frame decoding */ in mpeg_field_start()
1595 /* first check if we must repeat the frame */ in mpeg_field_start()
1919 "skipped MB in I-frame at %d %d\n", s->mb_x, s->mb_y); in mpeg_decode_slice()
2045 /* latency of 1 frame for I- and P-frames */ in slice_end()
2507 /* If it's a frame pictur in decode_chunks()
2973 ipu_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) ipu_decode_frame() argument
[all...]
H A Daacdec_template.c177 av_frame_unref(ac->frame); in frame_configure_elements()
181 ac->frame->nb_samples = 2048; in frame_configure_elements()
182 if ((ret = ff_get_buffer(avctx, ac->frame, 0)) < 0) in frame_configure_elements()
188 ac->output_element[ch]->ret = (INTFLOAT *)ac->frame->extended_data[ch]; in frame_configure_elements()
940 avpriv_report_missing_feature(avctx, "SBR with 960 frame length"); in decode_ga_specific_config()
2561 "SBR with 960 frame length");
2570 av_log(ac->avctx, AV_LOG_ERROR, "Implicit SBR was found with a first occurrence after the first frame.\n");
2723 * Update the LTP buffer for next frame
3118 "More than one AAC RDB per ADTS frame");
3181 ac->frame
3239 aac_decode_frame_int(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, GetBitContext *gb, const AVPacket *avpkt) global() argument
3452 aac_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) global() argument
[all...]
H A Dac3enc.c302 * Adjust the frame size to make the average bit rate match the target bit rate.
489 reused in the next frame */ in compute_exp_strategy()
531 /* for E-AC-3, determine frame exponent strategy */ in compute_exp_strategy()
771 * Count frame bits that are based solely on fixed parameters.
798 /* audio frame header */ in count_frame_bits_fixed()
915 * Count the bits used to encode the frame, minus exponents and mantissas.
1157 * Count the number of mantissa bits in the frame based on the bap values.
1197 blocks within a frame are the exponent values. We can take in bit_alloc()
1214 * Find the largest SNR offset that will allow data to fit in the frame.
1228 /* if previous frame SN in cbr_bit_allocation()
1738 uint8_t *frame; output_frame_end() local
1783 ac3_output_frame(AC3EncodeContext *s, unsigned char *frame) ac3_output_frame() argument
1797 ff_ac3_encode_frame_common_end(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) ff_ac3_encode_frame_common_end() argument
[all...]
H A Dindeo3.c57 /* Some constants for parsing frame bitstream flags. */
59 #define BS_KEYFRAME (1 << 2) ///< intra frame indicator
62 #define BS_NONREF (1 << 8) ///< nonref (discardable) frame indicator
63 #define BS_BUFFER 9 ///< indicates which of two frame buffers should be used
98 uint32_t frame_num; ///< current frame number (zero-based)
99 int data_size; ///< size of the frame data in bytes
100 uint16_t frame_flags; ///< frame properties
102 uint8_t buf_sel; ///< active frame buffer: 0 - primary, 1 -secondary
199 /* allocate frame buffers */ in allocate_frame_buffers()
226 * Copy pixels of the cell(x + mv_x, y + mv_y) from the previous frame int
1068 decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) decode_frame() argument
[all...]
H A Dwmadec.c440 * @return 0 if OK. 1 if last block of frame. return -1 if
504 /* now check if the block length is coherent with the frame length */ in wma_decode_block()
770 /* multiply by the window and add in the frame */ in wma_decode_block()
784 /* decode a frame of frame_len samples */
823 static int wma_decode_superframe(AVCodecContext *avctx, AVFrame *frame, in wma_decode_superframe() argument
840 frame->nb_samples = s->frame_len; in wma_decode_superframe()
841 if ((ret = ff_get_buffer(avctx, frame, 0)) < 0) in wma_decode_superframe()
845 memcpy(frame->extended_data[i], &s->frame_out[i][0], in wma_decode_superframe()
846 frame->nb_samples * sizeof(s->frame_out[i][0])); in wma_decode_superframe()
865 /* read super frame heade in wma_decode_superframe()
[all...]
/third_party/lame/mpglib/
H A Dcommon.h36 int decode_header(PMPSTR mp, struct frame *fr, unsigned long newhead);
/third_party/node/deps/v8/src/compiler/
H A Dosr.h20 // details of the frame layout.
25 // Prepares the frame w.r.t. OSR.
26 void SetupFrame(Frame* frame);
28 // Returns the number of unoptimized frame slots for this OSR.
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H A DPolyphaseResampler.h41 void readFrame(float *frame) override;
H A DSincResampler.h37 void readFrame(float *frame) override;
/third_party/vixl/tools/
H A Dthread_pool.py34 def SigIntHandler(signal, frame):
/third_party/skia/docs/examples/
H A Dradial_gradient_shader_with_animated_color.cpp6 float p = 0.5 * (1 - cos(6.28318548f * frame)); in REG_FIDDLE_ANIMATED()
H A Dskew_x_animated.cpp8 matrix.setAll(2, 5 * cos(6.28318548 * frame), 0, in REG_FIDDLE_ANIMATED()
/third_party/littlefs/
H A DMakefile79 CFLAGS += -fno-omit-frame-pointer
82 CFLAGS += -fno-omit-frame-pointer
361 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer
364 test-runner build-test: CFLAGS+=-fno-omit-frame-pointer
412 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer
415 bench-runner build-bench: CFLAGS+=-fno-omit-frame-pointer
/third_party/python/Tools/demo/
H A Dsortvisu.py36 self.frame = Frame(self.master)
37 self.frame.pack(fill=X)
38 self.label = Label(self.frame)
40 self.canvas = Canvas(self.frame)
42 self.report = Label(self.frame)
71 self.frame.destroy()
/third_party/skia/src/codec/
H A DSkWuffsCodec.cpp204 const SkWuffsFrame* frame(int i) const;
334 return fCodec->frame(i); in onGetFrame()
389 const SkWuffsFrame* SkWuffsCodec::frame(int i) const { in frame() function in SkWuffsCodec
504 // SRC is usually faster than SRC_OVER, but for a dependent frame, dst is in onStartIncrementalDecodeOnePass()
505 // assumed to hold the previous frame's pixels (after processing the in onStartIncrementalDecodeOnePass()
508 (this->frame(options.fFrameIndex)->getRequiredFrame() != SkCodec::kNoFrame)) { in onStartIncrementalDecodeOnePass()
616 const SkWuffsFrame* f = this->frame(index); in onIncrementalDecodeTwoPass()
629 // For a dependent frame, we cannot blend the partial result, since in onIncrementalDecodeTwoPass()
650 // If the frame rect does not fill the output, ensure that those pixels are not in onIncrementalDecodeTwoPass()
659 // look jarring to draw a partial frame ove in onIncrementalDecodeTwoPass()
[all...]
/third_party/python/Lib/
H A Dtraceback.py205 stack frame at which to start. The optional 'limit' and 'file'
221 """Extract the raw traceback from the current stack frame.
227 from oldest to newest stack frame.
242 # Ignore the exception raised if the frame is still executing.
248 """Information about a single frame from a traceback.
250 - :attr:`filename` The filename for the frame.
251 - :attr:`lineno` The line within filename for the frame that was
252 active when the frame was captured.
254 when the frame was captured.
256 of code that was running when the frame wa
[all...]
/third_party/curl/lib/
H A Dws.c190 /* A client MUST close a connection if it detects a masked frame. */ in ws_dec_read_head()
191 failf(data, "WS: masked input frame"); in ws_dec_read_head()
195 /* How long is the frame head? */ in ws_dec_read_head()
218 /* got the complete frame head */ in ws_dec_read_head()
229 failf(data, "WS: frame length longer than 64 signed not supported"); in ws_dec_read_head()
244 failf(data, "WS: unexpected frame header length"); in ws_dec_read_head()
311 /* incomplete ws frame head */ in ws_dec_pass()
320 /* special case of a 0 length frame, need to write once */ in ws_dec_pass()
350 ws->frame.age = frame_age; in update_meta()
351 ws->frame in update_meta()
[all...]
/third_party/node/src/
H A Dnode_report.cc493 Local<StackFrame> frame = stack->GetFrame(isolate, i); in PrintJavaScriptStack() local
495 Utf8Value function_name(isolate, frame->GetFunctionName()); in PrintJavaScriptStack()
496 Utf8Value script_name(isolate, frame->GetScriptName()); in PrintJavaScriptStack()
497 const int line_number = frame->GetLineNumber(); in PrintJavaScriptStack()
498 const int column = frame->GetColumn(); in PrintJavaScriptStack()
560 void* frame = frames[i]; in PrintNativeStack() local
563 ValueToHexString(reinterpret_cast<uintptr_t>(frame))); in PrintNativeStack()
564 writer->json_keyvalue("symbol", sym_ctx->LookupSymbol(frame).Display()); in PrintNativeStack()
/third_party/node/deps/v8/src/debug/
H A Ddebug-scopes.cc33 // Optimized frame, context or function cannot be materialized. Give up. in ScopeIterator()
937 JavaScriptFrame* frame = GetFrame(); in VisitLocalScope() local
939 frame, frame_inspector_->inlined_frame_index()); in VisitLocalScope()
1003 JavaScriptFrame* frame = GetFrame(); in SetLocalVariableValue() local
1004 if (frame->is_optimized()) return false; in SetLocalVariableValue()
1006 frame->SetParameterValue(index, *new_value); in SetLocalVariableValue()
1024 JavaScriptFrame* frame = GetFrame(); in SetLocalVariableValue() local
1025 if (frame->is_optimized()) return false; in SetLocalVariableValue()
1027 frame->SetExpression(index, *new_value); in SetLocalVariableValue()

Completed in 26 milliseconds

1...<<31323334353637383940>>...61