Home
last modified time | relevance | path

Searched refs:frame_index (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dscaling_video.c34 int width, int height, int frame_index) in fill_yuv_image() argument
41 data[0][y * linesize[0] + x] = x + y + frame_index * 3; in fill_yuv_image()
46 data[1][y * linesize[1] + x] = 128 + y + frame_index * 2; in fill_yuv_image()
47 data[2][y * linesize[2] + x] = 64 + x + frame_index * 5; in fill_yuv_image()
Dmuxing.c452 static void fill_yuv_image(AVFrame *pict, int frame_index, in fill_yuv_image() argument
457 i = frame_index; in fill_yuv_image()
/third_party/ffmpeg/libavcodec/
Dlibopenjpegenc.c354 int frame_index; in libopenjpeg_copy_packed8() local
367 frame_index = y * frame->linesize[0] + compno; in libopenjpeg_copy_packed8()
369 image_line[x] = frame->data[0][frame_index]; in libopenjpeg_copy_packed8()
370 frame_index += numcomps; in libopenjpeg_copy_packed8()
393 int frame_index; in libopenjpeg_copy_packed12() local
407 frame_index = y * (frame->linesize[0] / 2) + compno; in libopenjpeg_copy_packed12()
409 image_line[x] = frame_ptr[frame_index] >> 4; in libopenjpeg_copy_packed12()
410 frame_index += numcomps; in libopenjpeg_copy_packed12()
433 int frame_index; in libopenjpeg_copy_packed16() local
447 frame_index = y * (frame->linesize[0] / 2) + compno; in libopenjpeg_copy_packed16()
[all …]
Dmlpenc.c143 unsigned int frame_index; ///< Index of current frame being encoded. member
1061 lossless_check_data += ctx->frame_index * ctx->num_substreams; in write_substrs()
1240 lossless_check_data += ctx->frame_index * ctx->num_substreams; in input_data_internal()
1250 for (i = 0; i < ctx->frame_size[ctx->frame_index]; i++) { in input_data_internal()
1269 ctx->max_output_bits[ctx->frame_index] = number_sbits(greatest); in input_data_internal()
2238 ctx->frame_index = avctx->frame_number % ctx->max_restart_interval; in mlp_encode_frame()
2241 + ctx->frame_index * ctx->one_sample_buffer_size; in mlp_encode_frame()
2248 + ctx->frame_index * ctx->one_sample_buffer_size; in mlp_encode_frame()
2260 ctx->frame_index = 0; in mlp_encode_frame()
2267 if (ctx->frame_size[ctx->frame_index] > MAX_BLOCKSIZE) { in mlp_encode_frame()
[all …]
/third_party/libsnd/src/GSM610/
Dgsm_option.c49 result = r->frame_index ; in gsm_option()
50 if (val) r->frame_index = *val ; in gsm_option()
Dgsm_encode.c106 { s->frame_index = !s->frame_index ; in gsm_encode()
107 if (s->frame_index) in gsm_encode()
Dgsm_decode.c19 s->frame_index = !s->frame_index ; in gsm_decode()
20 if (s->frame_index) in gsm_decode()
Dgsm610_priv.h42 unsigned char frame_index ; /* odd/even chaining */ member
/third_party/gstreamer/gstplugins_bad/gst/y4m/
Dgsty4mdec.c239 gst_y4m_dec_frames_to_timestamp (GstY4mDec * y4mdec, gint64 frame_index) in gst_y4m_dec_frames_to_timestamp() argument
241 if (frame_index == -1) in gst_y4m_dec_frames_to_timestamp()
244 return gst_util_uint64_scale (frame_index, GST_SECOND * y4mdec->info.fps_d, in gst_y4m_dec_frames_to_timestamp()
270 gst_y4m_dec_frames_to_bytes (GstY4mDec * y4mdec, gint64 frame_index) in gst_y4m_dec_frames_to_bytes() argument
272 if (frame_index == -1) in gst_y4m_dec_frames_to_bytes()
275 return y4mdec->header_size + (y4mdec->info.size + 6) * frame_index; in gst_y4m_dec_frames_to_bytes()
635 y4mdec->frame_index = gst_y4m_dec_bytes_to_frames (y4mdec, in gst_y4m_dec_chain()
637 GST_DEBUG ("new frame_index %d", y4mdec->frame_index); in gst_y4m_dec_chain()
672 gst_y4m_dec_frames_to_timestamp (y4mdec, y4mdec->frame_index); in gst_y4m_dec_chain()
674 gst_y4m_dec_frames_to_timestamp (y4mdec, y4mdec->frame_index + 1) - in gst_y4m_dec_chain()
[all …]
Dgsty4mdec.h47 int frame_index; member
/third_party/flutter/engine/flutter/flow/
Dinstrumentation.cc191 for (size_t frame_index = 0; frame_index < frame_marker_count; in Visualize() local
192 frame_index++) { in Visualize()
194 height * (1.0 - (UnitFrameInterval((frame_index + 1) * kOneFrameMS) / in Visualize()
/third_party/flutter/skia/third_party/externals/libwebp/examples/
Danim_util.c219 uint32_t frame_index = 0; in ReadAnimatedWebP() local
254 fprintf(stderr, "Error decoding frame #%u\n", frame_index); in ReadAnimatedWebP()
257 assert(frame_index < anim_info.frame_count); in ReadAnimatedWebP()
258 curr_frame = &image->frames[frame_index]; in ReadAnimatedWebP()
270 dump_ok = DumpFrame(filename, dump_folder, frame_index, curr_rgba, in ReadAnimatedWebP()
277 ++frame_index; in ReadAnimatedWebP()
/third_party/skia/third_party/externals/libwebp/examples/
Danim_util.c219 uint32_t frame_index = 0; in ReadAnimatedWebP() local
254 fprintf(stderr, "Error decoding frame #%u\n", frame_index); in ReadAnimatedWebP()
257 assert(frame_index < anim_info.frame_count); in ReadAnimatedWebP()
258 curr_frame = &image->frames[frame_index]; in ReadAnimatedWebP()
270 dump_ok = DumpFrame(filename, dump_folder, frame_index, curr_rgba, in ReadAnimatedWebP()
277 ++frame_index; in ReadAnimatedWebP()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp206 size_t frame_index = 0; in main() local
209 sink->handleFrame(anim, frame_index++); in main()
/third_party/jerryscript/jerry-debugger/
Djerry_client_main.py277 self.frame_index = 0
477 self.frame_index = min_depth
752 frame_index = self.frame_index
761 result += "Frame %d: %s\n" % (frame_index, breakpoint[0])
763 frame_index += 1
770 self.frame_index = frame_index
/third_party/skia/tools/viewer/
DSkottieSlide.cpp216 const auto frame_index = static_cast<size_t>(fCurrentFrame); in draw() local
217 fFrameTimes[frame_index] = static_cast<float>((SkTime::GetNSecs() - t0) * 1e-6); in draw()
/third_party/uboot/u-boot-2020.01/include/
Dec_commands.h4524 uint32_t frame_index; member