/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
H A D | rate_control.cpp | 537 Int diff_counter_BTsrc, diff_counter_BTdst, prev_counter_diff, curr_counter_diff, bound; local 620 /* First, set the upper bound for current bit allocation variance: 80% of available buffer */ 621 bound = (Int)((rc->Bs / 2 - rc->VBV_fullness) * 0.6 / (pMP->target_bits_per_frame / 10)); /* rc->Bs */ 622 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound); 623 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound); 625 /* Second, set another upper bound for current bit allocation: 4-5*bitrate/framerate */ 626 bound = 50; 628 // not necessary bound = 10; /* 1/17/02 -- For Low delay */ 630 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound); 631 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound); [all...] |
/frameworks/compile/mclinker/include/mcld/Support/ |
H A D | Allocators.h | 30 Chunk() : next(NULL), bound(0) {} 44 size_t bound; member in class:mcld::Chunk 54 Chunk() : next(NULL), bound(0) { 80 size_t bound; member in class:mcld::Chunk 146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound; 150 result = m_pCurrent->data + m_pCurrent->bound; 151 m_pCurrent->bound += N; 161 if (chunk_type::size() == m_pCurrent->bound) 163 result = m_pCurrent->data + m_pCurrent->bound; 164 ++m_pCurrent->bound; [all...] |
/frameworks/support/compat/src/main/java/androidx/core/app/ |
H A D | NotificationManagerCompat.java | 462 if (record.bound) { 466 record.bound = mContext.bindService(intent, this, Service.BIND_AUTO_CREATE 468 if (record.bound) { 474 return record.bound; 481 if (record.bound) { 483 record.bound = false; 560 /** Whether the service is currently bound to. */ 561 boolean bound = false; field in class:NotificationManagerCompat.SideChannelManager.ListenerRecord
|
/frameworks/base/core/java/com/android/internal/app/procstats/ |
H A D | ServiceState.java | 146 + " from " + mOwner + " while bound: pkg=" 177 + " cleared while bound: pkg=" + mPackage + " service=" 315 public void setBound(boolean bound, int memFactor, long now) { argument 319 final int state = bound ? memFactor : STATE_NOTHING; 324 } else if (bound) { 450 dumpTimeCheckin(pw, "pkgsvc-bound", pkgName, uid, vers, serviceName,
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/ |
H A D | CameraTestUtils.java | 1023 * the bound. If the bound is null, don't do the size bound filtering. 1026 CameraManager cameraManager, Size bound) throws CameraAccessException { 1036 if (bound == null) { 1042 if (sz.getWidth() <= bound.getWidth() && sz.getHeight() <= bound.getHeight()) { 1079 * the bound. If the bound is null, don't do the size bound filterin 1025 getSupportedPreviewSizes(String cameraId, CameraManager cameraManager, Size bound) argument 1081 getSortedSizesForFormat(String cameraId, CameraManager cameraManager, int format, Size bound) argument 1113 getSupportedVideoSizes(String cameraId, CameraManager cameraManager, Size bound) argument 1145 getSupportedStillSizes(String cameraId, CameraManager cameraManager, Size bound) argument 1168 getMaxPreviewSize(String cameraId, CameraManager cameraManager, Size bound) argument 2141 getPreviewSizeBound(WindowManager windowManager, Size bound) argument [all...] |
/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 584 if (serviceState.bound) { 585 // We have already bound to the service so we don't try to bind again until after we 594 serviceState.bound = mContext.bindServiceAsUser( 2072 pw.println("bound: " + service.bound); 2192 private boolean bound; field in class:TvInputManagerService.ServiceState 2332 serviceState.bound = false;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcTracker.java | 4902 private void onDataServiceBindingChanged(boolean bound) { argument 4903 if (bound) {
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |