Home
last modified time | relevance | path

Searched refs:partition_id (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dqseecom.h158 int partition_id; /* in */ member
/hardware/qcom/msm8x84/kernel-headers/linux/
Dqseecom.h119 int partition_id; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_encoder.h179 int partition_id; /**< the partition id member
/hardware/intel/img/psb_video/src/
Dvsp_fw.h598 uint32_t partition_id; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c943 pkt.data.frame.partition_id = i; in vp8e_encode()
962 pkt.data.frame.partition_id = -1; in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c841 pkt.data.frame.partition_id = -1; in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxenc.c1347 if (pkt->data.frame.partition_id <= 0) { in get_cx_data()