Home
last modified time | relevance | path

Searched refs:actual_width (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dframe.h144 int actual_width = std::max({width, AlignedSlotAllocator::kSlotSize}); variable
147 int slots = AlignedSlotAllocator::NumSlotsForWidth(actual_width);
150 if (actual_width == actual_alignment) {
/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp255 guint actual_width, actual_height; in gst_openh264dec_handle_frame() local
347 actual_width = dst_buf_info.UsrData.sSystemBuffer.iWidth; in gst_openh264dec_handle_frame()
351 || actual_width != openh264dec->width in gst_openh264dec_handle_frame()
355 actual_width, actual_height, openh264dec->input_state); in gst_openh264dec_handle_frame()
356 openh264dec->width = actual_width; in gst_openh264dec_handle_frame()