Home
last modified time | relevance | path

Searched defs:isEncoder (Results 1 – 18 of 18) sorted by relevance

/external/xz-java/src/org/tukaani/xz/simple/
DARM.java14 private final boolean isEncoder; field in ARM
17 public ARM(boolean isEncoder, int startPos) { in ARM()
DSPARC.java14 private final boolean isEncoder; field in SPARC
17 public SPARC(boolean isEncoder, int startPos) { in SPARC()
DPowerPC.java14 private final boolean isEncoder; field in PowerPC
17 public PowerPC(boolean isEncoder, int startPos) { in PowerPC()
DARMThumb.java14 private final boolean isEncoder; field in ARMThumb
17 public ARMThumb(boolean isEncoder, int startPos) { in ARMThumb()
DIA64.java20 private final boolean isEncoder; field in IA64
23 public IA64(boolean isEncoder, int startPos) { in IA64()
DX86.java19 private final boolean isEncoder; field in X86
28 public X86(boolean isEncoder, int startPos) { in X86()
/external/v4l2_codec2/v4l2/
DV4L2ComponentFactory.cpp37 bool isEncoder = android::V4L2ComponentName::isEncoder(componentName.c_str()); in create() local
41 V4L2ComponentFactory::V4L2ComponentFactory(const std::string& componentName, bool isEncoder, in V4L2ComponentFactory()
DV4L2ComponentCommon.cpp37 bool V4L2ComponentName::isEncoder(const std::string& name) { in isEncoder() function in android::V4L2ComponentName
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DMediaCodecInfoBuilder.java28 private boolean isEncoder; field in MediaCodecInfoBuilder
58 public MediaCodecInfoBuilder setIsEncoder(boolean isEncoder) { in setIsEncoder()
177 private boolean isEncoder; field in MediaCodecInfoBuilder.CodecCapabilitiesBuilder
228 public CodecCapabilitiesBuilder setIsEncoder(boolean isEncoder) { in setIsEncoder()
/external/intel-media-driver/media_driver/agnostic/gen11/hw/
Dmhw_mi_g11_X.cpp239 …iInterfaceG11::SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder) in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_driver/agnostic/gen12/hw/
Dmhw_mi_g12_X.cpp573 …iInterfaceG12::SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder) in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM_base/hw/
Dmhw_mi_xe_xpm_base_impl.h190 …MOS_STATUS SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder, ui… in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_softlet/agnostic/common/hw/
Dmhw_mi_impl.h140 …MOS_STATUS SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder, ui… in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/hw/
Dmhw_mi_xe2_lpm_base_next_impl.h222 …MOS_STATUS SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder, ui… in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_driver/agnostic/common/hw/
Dmhw_mi_generic.h895 bool isEncoder) in SetWatchdogTimerThreshold()
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/hw/
Dmhw_mi_xe_lpm_plus_base_next_impl.h297 …MOS_STATUS SetWatchdogTimerThreshold(uint32_t frameWidth, uint32_t frameHeight, bool isEncoder, ui… in SetWatchdogTimerThreshold()
/external/pdfium/third_party/libopenjpeg/
Dtcd.c724 OPJ_BOOL isEncoder, OPJ_SIZE_T sizeof_block, in opj_tcd_init_tile()
Dt1.c1548 opj_t1_t* opj_t1_create(OPJ_BOOL isEncoder) in opj_t1_create()