Searched refs:switched (Results 1 – 13 of 13) sorted by relevance
/frameworks/av/media/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/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 60 # User switched
|
D | ActivityManagerShellCommand.java | 1829 boolean switched = mInterface.switchUser(userId); 1830 if (!switched) { 1837 switched = switchLatch.await(USER_OPERATION_TIMEOUT_MS, TimeUnit.MILLISECONDS); 1842 return switched; 1864 boolean switched; 1866 switched = switchUserAndWaitForComplete(userId); 1868 switched = mInterface.switchUser(userId); 1870 if (switched) {
|
/frameworks/base/ |
D | ApiDocs.bp | 402 name: "ds-docs-switched", 411 out: ["ds-docs-switched.zip"],
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 292 // The system default network switched to a different network
|
/frameworks/av/media/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/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) 3485 // ACTION: The system default network switched to a different network
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 13871 * The package name of a pre-installed app, whose media session is being switched.
|