Searched refs:switched (Results 1 – 16 of 16) sorted by relevance
/frameworks/av/media/module/codecs/m4v_h263/dec/src/ |
D | datapart_decode.cpp | 526 Bool switched; in GetMBheaderDataPart_DQUANT_DC() local 543 switched = 0; in GetMBheaderDataPart_DQUANT_DC() 548 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); in GetMBheaderDataPart_DQUANT_DC() 550 if (!switched) in GetMBheaderDataPart_DQUANT_DC() 634 Bool switched; in GetMBData_DataPart() local 646 switched = 0; in GetMBData_DataPart() 652 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); in GetMBData_DataPart() 665 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart() 669 if (switched) in GetMBData_DataPart()
|
D | combined_decode.cpp | 541 int switched; local 558 switched = 0; 564 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); 607 if (switched == 0) 615 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); 620 if (switched)
|
D | mp4dec_lib.h | 283 int VlcDequantMpegIntraBlock(void *video, int comp, int switched, 288 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
|
D | vlc_dequant.cpp | 50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, in VlcDequantMpegIntraBlock() argument 88 i = 1 - switched; in VlcDequantMpegIntraBlock() 502 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, in VlcDequantH263IntraBlock() argument 557 i = 1 - switched; in VlcDequantH263IntraBlock()
|
D | mp4lib_int.h | 289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | EventLogTags.logtags | 42 # GSM radio access technology switched (obsolete) 78 # GSM radio access technology switched (new)
|
/frameworks/base/api/ |
D | ApiDocs.bp | 353 name: "ds-docs-switched", 362 out: ["ds-docs-switched.zip"],
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 60 # User switched
|
D | ActivityManagerShellCommand.java | 2394 boolean switched = mInterface.switchUser(userId); 2395 if (!switched) { 2402 switched = switchLatch.await(USER_OPERATION_TIMEOUT_MS, TimeUnit.MILLISECONDS); 2407 return switched; 2434 boolean switched; 2438 switched = switchUserAndWaitForComplete(userId); 2440 switched = mInterface.switchUser(userId); 2442 if (switched) {
|
/frameworks/proto_logging/stats/atoms/sysui/ |
D | sysui_extension_atoms.proto | 103 // Latency tracked between device state change is received in SysUI and the switched display
|
D | sysui_atoms.proto | 612 * The package name of a pre-installed app, whose media session is being switched. 657 // The package name of an application whose media session is being switched.
|
/frameworks/base/packages/SystemUI/docs/ |
D | status-bar-data-pipeline.md | 186 implementation of the data layer is switched to the demo repository via the
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 1928 Bool switched = FALSE; in IntraDCSwitch_Decision() local 1934 switched = (intra_dc_vlc_thr == 7 || intraDCVlcQP >= intra_dc_vlc_thr * 2 + 11); in IntraDCSwitch_Decision() 1938 return switched; in IntraDCSwitch_Decision()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 326 // The system default network switched to a different network
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 36 // The view switched to detail mode (most relevant for quick settings tiles and notifications) 74 // The view switched to summary mode (most relevant for notifications) 3494 // ACTION: The system default network switched to a different network
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 12837 boolean switched = false; 12849 switched = mInjector.getIActivityManager().switchUser(userId); 12850 if (!switched) { 12855 return switched; 12861 if (!switched) {
|