/external/chromium_org/net/spdy/ |
spdy_stream.cc | 511 size_t frame_size) { 512 if (frame_size < session_->GetFrameMinimumSize() || 513 frame_size > session_->GetFrameMaximumSize()) { 520 just_completed_frame_size_ = frame_size;
|
/external/chromium_org/v8/src/ |
deoptimizer.h | 463 FrameDescription(uint32_t frame_size, 466 void* operator new(size_t size, uint32_t frame_size) { 469 return malloc(size + frame_size - kPointerSize); 472 void operator delete(void* pointer, uint32_t frame_size) {
|
/external/libvpx/libvpx/test/ |
video_source.h | 187 virtual const unsigned int frame_size() const = 0;
|
vp9_thread_test.cc | 112 decoder.DecodeFrame(video.cxdata(), video.frame_size());
|
/external/libvpx/libvpx/vp8/common/ |
alloccommon.c | 108 oci->post_proc_buffer.frame_size);
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_readdwarf.h | 68 UChar* frame_image, SizeT frame_size, Addr frame_avma,
|
/art/compiler/utils/x86/ |
assembler_x86.cc | [all...] |
assembler_x86.h | 463 virtual void BuildFrame(size_t frame_size, ManagedRegister method_reg, 468 virtual void RemoveFrame(size_t frame_size,
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.cc | 900 int frame_size = frame_strip->height(); local [all...] |
/external/qemu/tcg/x86_64/ |
tcg-target.c | 1292 int i, frame_size, push_size, stack_addend; local [all...] |
/external/chromium_org/third_party/opus/src/celt/ |
celt_encoder.c | [all...] |
/art/compiler/utils/arm/ |
assembler_arm.cc | [all...] |
/hardware/samsung_slsi/exynos5/libgscaler/ |
exynos_gscaler.c | [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | [all...] |
/art/runtime/ |
runtime.cc | 1216 size_t frame_size = RoundUp((__builtin_popcount(core_spills) \/* gprs *\/ + local 1230 size_t frame_size = RoundUp((__builtin_popcount(core_spills) \/* gprs *\/ + local 1241 size_t frame_size = RoundUp((__builtin_popcount(core_spills) \/* gprs *\/ + local [all...] |
/art/compiler/utils/ |
assembler.h | 328 virtual void BuildFrame(size_t frame_size, ManagedRegister method_reg, 333 virtual void RemoveFrame(size_t frame_size,
|
/art/compiler/utils/mips/ |
assembler_mips.h | 358 virtual void BuildFrame(size_t frame_size, ManagedRegister method_reg, 363 virtual void RemoveFrame(size_t frame_size,
|
/external/llvm/lib/Target/Mips/ |
Mips16InstrInfo.td | 898 FI8_SVRS16<0b1, (outs), (ins uimm16:$frame_size), 899 "restore\t$$ra, $$s0, $$s1, $$s2, $frame_size", [], IILoad >, MayLoad { 910 FI8_SVRS16<0b1, (outs), (ins uimm16:$frame_size), 911 "restore\t$frame_size", [], IILoad >, MayLoad { 926 FI8_SVRS16<0b1, (outs), (ins uimm16:$frame_size), 927 "save\t$$ra, $$s0, $$s1, $$s2, $frame_size", [], IIStore >, MayStore { 939 FI8_SVRS16<0b1, (outs), (ins uimm16:$frame_size), 940 "save\t$frame_size", [], IIStore >, MayStore { [all...] |
/external/qemu/android/camera/ |
camera-capture-mac.m | 277 const size_t frame_size = 285 res = convert_frame(pixels, pixel_format, frame_size,
|
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/ |
SDL_alsa_audio.c | 311 const int frame_size = (((int) (this->spec.format & 0xFF)) / 8) * this->spec.channels; local 337 sample_buf += status * frame_size;
|
/device/asus/grouper/audio/ |
audio_hw.c | 617 size_t frame_size = audio_stream_frame_size(&out->stream.common); local 619 size_t in_frames = bytes / frame_size; 673 frame_size /= 2; 745 ret = pcm_write(out->pcm, in_buffer, out_frames * frame_size); [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_host.cc | 173 << ", format=" << params.requested_format.frame_size.ToString()
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
testutils.h | 138 uint32 frame_size() const { return frame_size_; } function in class:cricket::VideoCapturerListener
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
encoder.h | 663 // enter frame_size 669 // sub esp,frame_size 701 //- char *prolog(char * stream,unsigned frame_size,unsigned reg_save_mask);
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_frame_view.cc | 195 const gfx::Size& frame_size, 200 int width = frame_size.width(); 201 int height = frame_size.height();
|