Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/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
666 switched = 0; in GetMBData_DataPart()
672 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); in GetMBData_DataPart()
685 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart()
689 if (switched) in GetMBData_DataPart()
Dcombined_decode.cpp541 int switched; local
576 switched = 0;
582 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
625 if (switched == 0)
633 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
638 if (switched)
Dmp4dec_lib.h314 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
319 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.logtags87 # User switched
/frameworks/base/docs/html/preview/features/
Dpicture-in-picture.jd96 when switched to PIP mode, because users can't see details of the UI elements
194 switched into or out of PIP mode as needed, set the activity's
Dmulti-window.jd144 implications as when the system notifies the app that the device has switched
/frameworks/av/media/libstagefright/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/docs/html/training/wearables/watch-faces/
Dservice.jd165 /* the wearable switched between modes */
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd272 processes that use the camera subsystem when the user has switched to a different account.
/frameworks/base/docs/html/training/articles/
Dperf-jni.jd403 …alled CheckJNI, where the JavaVM and JNIEnv function table pointers are switched to tables of func…
/frameworks/base/docs/html/preview/
Dsupport.jd1110 Data connection fails when device is switched from slot 1 to slot 2 SIM.
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd2891 appeared in NDK r7 (which switched to {@code binutils} 2.20.1).</li>