/external/libhevc/common/x86/ |
ihevc_sao_ssse3_intr.c | 96 * boundary availability flags [all...] |
/external/libavc/common/ |
ih264_common_tables.c | 435 * @brief look up table to compute neigbour availability of 4x4 blocks 436 * input : subblk idx, mb neighbor availability 437 * output : sub blk neighbor availability 467 * @brief look up table to compute neigbour availability of 8x8 blocks 468 * input : subblk idx, mb neighbor availability 469 * output : sub blk neighbor availability
|
/external/libavc/encoder/ |
ih264e_deblk.c | 709 /* ngbr availability */ 740 /* derive neighbor availability */ 749 /* left macroblock availability */ 752 /* top macroblock availability */ 758 /* left macroblock availability */ 760 /* top macroblock availability */
|
ih264e_cavlc.c | 589 * top and left availability of all the partitions for the current subblk 723 /* ngbr availability */ 732 /* derive neighbor availability */ 736 /* left macroblock availability */ 739 /* top macroblock availability */ 778 /* derive sub block neighbor availability */ 803 /* derive sub block neighbor availability */ 825 /* derive sub block neighbor availability */ 847 /* derive sub block neighbor availability */ 882 /* derive sub block neighbor availability */ [all...] |
ih264e_me.c | 179 * availability checks are not made here. 232 /* ngbr availability */ 613 * This function will update the MB availability since intra inter decision 636 /* mb neighbor availability */ 661 * reset motion vectors basing on their availability */ 747 /* mb neighbor availability */ 759 * reset motion vectors basing on their availability [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
CameraManager.java | 103 * Register a callback to be notified about camera device availability. 109 * with the availability status of all currently known camera devices.</p> 122 * @param callback the new callback to send camera availability notices to 533 * {@link CameraManager#registerAvailabilityCallback} to be notified of such availability [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 513 /* 6.2.1.3 Neighboring Macroblock Availability */ 514 /* Neighboring macroblock availability is indicated using the following flags: */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 513 /* 6.2.1.3 Neighboring Macroblock Availability */ 514 /* Neighboring macroblock availability is indicated using the following flags: */ [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 513 /* 6.2.1.3 Neighboring Macroblock Availability */ 514 /* Neighboring macroblock availability is indicated using the following flags: */ [all...] |
/external/clang/include/clang/Basic/ |
AttrDocs.td | 623 The ``availability`` attribute can be placed on declarations to describe the 629 void f(void) __attribute__((availability(macosx,introduced=10.4,deprecated=10.6,obsoleted=10.7))); 631 The availability attribute states that ``f`` was introduced in Mac OS X 10.4, 640 The availability attribute is a comma-separated list starting with the 664 Multiple availability attributes can be placed on a declaration, which may 665 correspond to different platforms. Only the availability attribute with the 667 ignored. If no availability attribute specifies availability for the current 668 target platform, the availability attributes are ignored. Supported platforms 697 If there are multiple declarations of the same entity, the availability [all...] |
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
EABContactManager.java | 181 * Set Volte call availability. 226 * Set Video call availability. 373 sb.append("\nVolte call availability: " + mVolteCallAvailability); 391 sb.append("\nVideo call availability: " + mVideoCallAvailability); [all...] |
/external/libhevc/decoder/ |
ihevcd_mv_merge.c | 435 * Neighbor availability flags container 487 WORD32 sum_avail_a0_a1_b0_b1 = 0; /*Sum of availability of A0, A1, B0, B1*/ 523 /* Availability check */ 775 /* Checking Collocated MV availability at Bottom right of PU*/ 791 /* Checking Collocated MV availability at Center of PU */
|
ihevcd_mv_pred.c | 336 * Neighbor availability flags container 455 /* Setting is scaled flag based on availability of A0 and A1 */ 692 /* Checking Collocated MV availability at Center of PU */
|
ihevcd_structs.h | 296 * Top availability for current CTB level 301 * Top right availability for current CTB level 305 * Top left availability for current CTB level 309 * left availability for current CTB level [all...] |
/hardware/intel/common/libva/va/ |
va_enc_h264.h | 511 * @name Macroblock neighbour availability bits 514 * Definitions for macroblock neighbour availability bits used in 556 * availability bits from VME stage. 559 * availability bits from the VME stage are overriden 570 * "macroblock neighbour availability" bit definitions.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
loadbalancer.py | 94 :ivar list availability_zones: The availability zones this balancer 185 Enable availability zones to this Access Point. 199 Disable availability zones from this Access Point.
|
/external/icu/icu4c/source/i18n/unicode/ |
ucurr.h | 307 * Note: For checking availability of a currency on a specific date, specify the date on both 'from' and 'to' 316 * The lower bound of the date range, inclusive. When 'from' is U_DATE_MIN, check the availability 320 * The upper bound of the date range, inclusive. When 'to' is U_DATE_MAX, check the availability of
|
/external/wpa_supplicant_8/src/common/ |
qca-vendor.h | 74 * which supports DFS offloading, to indicate a channel availability check 78 * which supports DFS offloading, to indicate a channel availability check 82 * which supports DFS offloading, to indicate that the channel availability
|
/frameworks/base/docs/html/guide/topics/resources/ |
runtime-changes.jd | 27 (such as screen orientation, keyboard availability, and language). When such a change occurs, 203 restarts when the keyboard availability changes). You can declare multiple configuration values in 207 screen orientation change and keyboard availability change:</p>
|
/cts/apps/CameraITS/pymodules/its/ |
caps.py | 374 availability. 388 mode: Integer, indicating the edge mode to check for availability.
|
/external/clang/test/Index/ |
comment-xml-schema.c | 16 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-01.xml 17 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML/valid-availability-attr-02.xml
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
RcsPresence.java | 214 * Send the request to the server to get the availability. 233 * @param contactNumber the contact which will request the availability.
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
RcsService.java | 231 // check availability cache (in RAM). 253 // check availability cache (in RAM).
|
TaskManager.java | 339 logger.debug("Currently existing Availability task, key: " + entry.getKey() 356 logger.debug("remove expired availability task:" + presenceTask);
|
/external/libnfc-nci/halimpl/pn54x/tml/ |
phOsalNfc_Timer.c | 100 /* Store the Timer Id which shall act as flag during check for timer availability */ 109 /* Timer ID invalid can be due to Uninitialized state,Non availability of Timer */
|