Searched refs:FALSE (Results 76 - 96 of 96) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp364 if ((dpb->fs[i]->frame.isLongTerm == FALSE) && (dpb->fs[i]->frame.PicNum == picNum))
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp63 softDeblocking = FALSE;
H A Dpvdec_api.cpp895 (video_buffer[3] != 0xb0 && video_buffer[3] >= 0x20)) return FALSE;
915 return FALSE;
1068 while ((status = DecodeVOPHeader(video, vopHeader[idx], FALSE)) != PV_SUCCESS)
1174 while (DecodeVOPHeader(video, vopHeader[0], FALSE) != PV_SUCCESS)
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_file.c87 * @return TRUE on success, FALSE on failure
107 return FALSE;
/frameworks/base/core/jni/
H A Dandroid_bluetooth_common.cpp155 dbus_bool_t reply = FALSE;
396 dbus_bool_t val = FALSE;
H A Dandroid_server_BluetoothEventLoop.cpp181 dbus_connection_set_exit_on_disconnect(nat->conn, FALSE);
H A Dandroid_server_BluetoothService.cpp131 dbus_connection_set_exit_on_disconnect(nat->conn, FALSE);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c32 #define FALSE 0 macro
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java578 } else if (allowedState.equals(Boolean.FALSE)) {
/frameworks/compile/mclinker/utils/gtest/src/
H A Dgtest-all.cpp2253 // Used in EXPECT_TRUE/FALSE(assertion_result).
6805 FALSE, // Waits for any of the handles.
6830 ::GetExitCodeProcess(child_handle_.Get(), &status_code) != FALSE);
6863 != FALSE);
6870 FALSE, // The initial state is non-signalled.
6926 &process_info) != FALSE);
7320 FALSE, // Non-inheritable.
7342 FALSE, // Request non-inheritable handler.
7355 FALSE,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp301 encParams->ACDCPrediction = ((encOption->useACPred == PV_ON) ? TRUE : FALSE);
3040 return FALSE;
3083 return FALSE;
H A Dvlc_encode.cpp1928 Bool switched = FALSE;
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1474 if ((IS_EVEN(pPlaneIn[0].u_height) == FALSE) ||
1475 (IS_EVEN(pPlaneOut[0].u_height) == FALSE))
1480 if ((IS_EVEN(pPlaneIn[0].u_width) == FALSE) ||
1481 (IS_EVEN(pPlaneOut[0].u_width) == FALSE))
H A DPreviewPlayer.cpp1022 mEffectsSettings[i].VideoEffectType, FALSE);
H A DVideoEditorPreviewController.cpp871 setVideoEffectType(mEffectsSettings[i].VideoEffectType, FALSE);
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Drate_control.cpp394 if (video->CurrPicNum == 0 && encvid->outOfBandParamSet == FALSE)
H A Dintra_est.cpp725 bool top_left = FALSE;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java798 return Pair.of(info.getSecond(), Boolean.FALSE);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c1036 atsElem->ahParam.modifyMinSnr = FALSE;
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java933 mEcmTimerResetRegistrants.notifyResult(Boolean.FALSE);
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1185 pps->map_initialized = FALSE;

Completed in 542 milliseconds

1234