Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Ddeoptimizer.cc864 int frame_index = 0; in DoComputeOutputFrames() local
866 for (size_t i = 0; i < count; ++i, ++frame_index) { in DoComputeOutputFrames()
871 DoComputeUnoptimizedFrame(translated_frame, frame_index, in DoComputeOutputFrames()
875 DoComputeArgumentsAdaptorFrame(translated_frame, frame_index); in DoComputeOutputFrames()
878 DoComputeConstructStubFrame(translated_frame, frame_index); in DoComputeOutputFrames()
884 DoComputeBuiltinContinuation(translated_frame, frame_index, in DoComputeOutputFrames()
888 DoComputeBuiltinContinuation(translated_frame, frame_index, in DoComputeOutputFrames()
893 translated_frame, frame_index, in DoComputeOutputFrames()
901 total_output_frame_size += output_[frame_index]->GetFrameSize(); in DoComputeOutputFrames()
946 int frame_index, in DoComputeUnoptimizedFrame() argument
[all …]
Ddeoptimizer.h144 int frame_index, bool goto_catch_handler);
146 int frame_index);
148 int frame_index);
159 int frame_index,
Dtranslated-state.cc901 int frame_index, Address input_frame_pointer, CreateArgumentsType type, in CreateArgumentsElementsTranslatedValues() argument
903 TranslatedFrame& frame = frames_[frame_index]; in CreateArgumentsElementsTranslatedValues()
915 object_positions_.push_back({frame_index, value_index}); in CreateArgumentsElementsTranslatedValues()
961 int frame_index, TranslationArrayIterator* iterator, in CreateNextTranslatedValue() argument
966 TranslatedFrame& frame = frames_[frame_index]; in CreateNextTranslatedValue()
1000 CreateArgumentsElementsTranslatedValues(frame_index, fp, arguments_type, in CreateNextTranslatedValue()
1021 object_positions_.push_back({frame_index, value_index}); in CreateNextTranslatedValue()
1331 for (int frame_index = 0; frame_index < count; frame_index++) { in Init() local
1355 CreateNextTranslatedValue(frame_index, iterator, literal_array, in Init()
Dtranslated-state.h403 int CreateNextTranslatedValue(int frame_index,
409 void CreateArgumentsElementsTranslatedValues(int frame_index,
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc150 StackTraceFrameIterator* frame_it, uint32_t* frame_index) { in FindWasmFrame() argument
167 if (frame_count > *frame_index) { in FindWasmFrame()
173 *frame_index -= frame_count; in FindWasmFrame()
190 Isolate* isolate, uint32_t frame_index) { in GetWasmInstance() argument
192 std::vector<FrameSummary> frames = FindWasmFrame(&frame_it, &frame_index); in GetWasmInstance()
197 int reversed_index = static_cast<int>(frames.size() - 1 - frame_index); in GetWasmInstance()
204 bool WasmModuleDebug::GetWasmGlobal(Isolate* isolate, uint32_t frame_index, in GetWasmGlobal() argument
209 Handle<WasmInstanceObject> instance = GetWasmInstance(isolate, frame_index); in GetWasmGlobal()
223 bool WasmModuleDebug::GetWasmLocal(Isolate* isolate, uint32_t frame_index, in GetWasmLocal() argument
229 std::vector<FrameSummary> frames = FindWasmFrame(&frame_it, &frame_index); in GetWasmLocal()
[all …]
Dwasm-module-debug.h33 static bool GetWasmGlobal(Isolate* isolate, uint32_t frame_index,
39 static bool GetWasmLocal(Isolate* isolate, uint32_t frame_index,
44 static bool GetWasmStackValue(Isolate* isolate, uint32_t frame_index,
86 uint32_t frame_index);
96 StackTraceFrameIterator* frame_it, uint32_t* frame_index);
Dgdb-server.cc182 bool GdbServer::GetWasmGlobal(uint32_t frame_index, uint32_t index, in GetWasmGlobal() argument
187 RunSyncTask([this, &result, frame_index, index, buffer, buffer_size, size]() { in GetWasmGlobal()
190 frame_index, index, buffer, in GetWasmGlobal()
196 bool GdbServer::GetWasmLocal(uint32_t frame_index, uint32_t index, in GetWasmLocal() argument
201 RunSyncTask([this, &result, frame_index, index, buffer, buffer_size, size]() { in GetWasmLocal()
204 frame_index, index, buffer, in GetWasmLocal()
210 bool GdbServer::GetWasmStackValue(uint32_t frame_index, uint32_t index, in GetWasmStackValue() argument
215 RunSyncTask([this, &result, frame_index, index, buffer, buffer_size, size]() { in GetWasmStackValue()
218 frame_index, index, buffer, in GetWasmStackValue()
Dgdb-server.h55 bool GetWasmGlobal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
61 bool GetWasmLocal(uint32_t frame_index, uint32_t index, uint8_t* buffer,
66 bool GetWasmStackValue(uint32_t frame_index, uint32_t index, uint8_t* buffer,
Dtarget.cc528 uint32_t frame_index = in ProcessQueryPacket() local
534 if (gdb_server_->GetWasmGlobal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
549 uint32_t frame_index = in ProcessQueryPacket() local
555 if (gdb_server_->GetWasmLocal(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
570 uint32_t frame_index = in ProcessQueryPacket() local
576 if (gdb_server_->GetWasmStackValue(frame_index, index, buff, 16, &size)) { in ProcessQueryPacket()
/third_party/ffmpeg/libavcodec/
Dlibopenjpegenc.c355 int frame_index; in libopenjpeg_copy_packed8() local
368 frame_index = y * linesize[0] + compno; in libopenjpeg_copy_packed8()
370 image_line[x] = src[0][frame_index]; in libopenjpeg_copy_packed8()
371 frame_index += numcomps; in libopenjpeg_copy_packed8()
395 int frame_index; in libopenjpeg_copy_packed12() local
409 frame_index = y * (linesize[0] / 2) + compno; in libopenjpeg_copy_packed12()
411 image_line[x] = frame_ptr[frame_index] >> 4; in libopenjpeg_copy_packed12()
412 frame_index += numcomps; in libopenjpeg_copy_packed12()
436 int frame_index; in libopenjpeg_copy_packed16() local
450 frame_index = y * (linesize[0] / 2) + compno; in libopenjpeg_copy_packed16()
[all …]
Dmlpenc.c148 unsigned int frame_index; ///< Index of current frame being encoded. member
1011 lossless_check_data += ctx->frame_index; in write_substr()
1179 lossless_check_data += ctx->frame_index; in input_data_internal()
1199 ctx->max_output_bits[ctx->frame_index] = number_sbits(greatest); in input_data_internal()
1215 unsigned int cur_index = (ctx->frame_index + index + 1) % ctx->max_restart_interval; in input_to_sample_buffer()
2091 ctx->frame_index = avctx->frame_number % ctx->max_restart_interval; in mlp_encode_frame()
2094 + ctx->frame_index * ctx->one_sample_buffer_size; in mlp_encode_frame()
2097 + ctx->frame_index * ctx->one_sample_buffer_size; in mlp_encode_frame()
2106 restart_frame = !ctx->frame_index; in mlp_encode_frame()
2133 restart_frame = (ctx->frame_index + 1) % ctx->min_restart_interval; in mlp_encode_frame()
[all …]
Dcfhd.h155 int frame_index; member
Dcfhd.c524 s->frame_index = data; in cfhd_decode()
1113 …} else if (s->transform_type == 2 && (avctx->internal->is_copy || s->frame_index == 1 || s->sample… in cfhd_decode()
/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.c454 static void fill_yuv_image(AVFrame *pict, int frame_index, in fill_yuv_image() argument
459 i = frame_index; in fill_yuv_image()
/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/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/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/mesa3d/src/amd/common/
Dac_rgp.h164 uint64_t frame_index; member
Dac_rgp.c811 uint64_t frame_index; member