Home
last modified time | relevance | path

Searched refs:switched (Results 1 – 13 of 13) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/dec/src/
Ddatapart_decode.cpp526 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()
Dcombined_decode.cpp541 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)
Dmp4dec_lib.h283 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
288 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
Dvlc_dequant.cpp50 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()
Dmp4lib_int.h289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DEventLogTags.logtags42 # GSM radio access technology switched (obsolete)
78 # GSM radio access technology switched (new)
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags60 # User switched
DActivityManagerShellCommand.java1829 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/
DApiDocs.bp402 name: "ds-docs-switched",
411 out: ["ds-docs-switched.zip"],
/frameworks/base/proto/src/
Dsystem_messages.proto292 // The system default network switched to a different network
/frameworks/av/media/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp1928 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/
Dmetrics_constants.proto36 // 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/
Datoms.proto13871 * The package name of a pre-installed app, whose media session is being switched.