HomeSort by relevance Sort by last modified time
    Searched full:exttype (Results 1 - 23 of 23) sorted by null

  /device/lge/mako/camera/inc/
omx_jpeg_ext.h 58 #define OMX_JPEG_PREFIX "omx.qcom.jpeg.exttype."
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 348 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.buffer_offset",
375 OMX_GetExtensionIndex(pHandle, "omx.qcom.jpeg.exttype.exif", &exif);
472 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.buffer_offset",&buffer_offset);
482 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.acbcr_offset",&buffer_offset);
624 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.user_preferences",
635 OMX_GetExtensionIndex(pHandle, "omx.qcom.jpeg.exttype.thumbnail", &type);
643 OMX_GetExtensionIndex(pHandle, "omx.qcom.jpeg.exttype.thumbnail_quality",
655 OMX_GetExtensionIndex(pHandle, "omx.qcom.jpeg.exttype.exif", &exif);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
xfrm.h 205 __u16 exttype; member in struct:xfrm_user_sec_ctx
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 205 __u16 exttype; member in struct:xfrm_user_sec_ctx
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
xfrm.h 205 __u16 exttype; member in struct:xfrm_user_sec_ctx
  /device/lge/mako/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 148 "omx.qcom.jpeg.exttype.buffer_offset",
268 "omx.qcom.jpeg.exttype.user_preferences",
328 OMX_GetExtensionIndex(my_obj->omx_handle, "omx.qcom.jpeg.exttype.thumbnail", &thumb_idx);
331 OMX_GetExtensionIndex(my_obj->omx_handle, "omx.qcom.jpeg.exttype.thumbnail_quality", &q_idx);
443 OMX_GetExtensionIndex(my_obj->omx_handle, "omx.qcom.jpeg.exttype.exif", &exif_idx);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 156 ISD::LoadExtType ExtType = LD->getExtensionType();
157 if (LD->getMemoryVT().isVector() && ExtType != ISD::NON_EXTLOAD) {
383 ISD::LoadExtType ExtType = LD->getExtensionType();
473 switch (ExtType) {
495 SDValue ScalarLoad = DAG.getExtLoad(ExtType, dl,
LegalizeIntegerTypes.cpp 416 ISD::LoadExtType ExtType =
419 SDValue Res = DAG.getExtLoad(ExtType, dl, NVT, N->getChain(), N->getBasePtr(),
    [all...]
LegalizeVectorTypes.cpp 806 ISD::LoadExtType ExtType = LD->getExtensionType();
819 Lo = DAG.getLoad(ISD::UNINDEXED, ExtType, LoVT, dl, Ch, Ptr, Offset,
826 Hi = DAG.getLoad(ISD::UNINDEXED, ExtType, HiVT, dl, Ch, Ptr, Offset,
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeTypes.h 658 /// ExtType: extension element type
660 LoadSDNode *LD, ISD::LoadExtType ExtType);
    [all...]
SelectionDAG.cpp     [all...]
DAGCombiner.cpp 159 ISD::NodeType ExtType);
731 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD)
736 return DAG.getExtLoad(ExtType, dl, PVT,
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java     [all...]
  /external/iproute2/include/linux/
xfrm.h 215 __u16 exttype; member in struct:xfrm_user_sec_ctx
  /external/dropbear/
common-channel.c 577 * exttype */
599 * exttype if is extended */
  /external/llvm/include/llvm/Target/
TargetLowering.h 439 LegalizeAction getLoadExtAction(unsigned ExtType, MVT VT) const {
440 assert(ExtType < ISD::LAST_LOADEXT_TYPE && VT < MVT::LAST_VALUETYPE &&
442 return (LegalizeAction)LoadExtActions[VT.SimpleTy][ExtType];
447 bool isLoadExtLegal(unsigned ExtType, EVT VT) const {
449 getLoadExtAction(ExtType, VT.getSimpleVT()) == Legal;
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 701 SDValue getExtLoad(ISD::LoadExtType ExtType, DebugLoc dl, EVT VT,
708 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
715 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.td 681 ISD::LoadExtType ExtType = LD->getExtensionType();
682 if (ExtType == ISD::NON_EXTLOAD)
684 if (ExtType == ISD::EXTLOAD)
691 ISD::LoadExtType ExtType = LD->getExtensionType();
692 if (ExtType == ISD::EXTLOAD)
699 ISD::LoadExtType ExtType = LD->getExtensionType();
700 if (ExtType == ISD::NON_EXTLOAD)
702 if (ExtType == ISD::EXTLOAD)
    [all...]
  /external/ipsec-tools/src/libipsec/
pfkey.c     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 1625 milliseconds