HomeSort by relevance Sort by last modified time
    Searched refs:flush_type (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_fencemgr.h 52 * negative answer. The argument "flush_type" sets the types that the
56 uint32_t flush_type, uint32_t * signaled);
63 wsbmFenceSignaled(struct _WsbmFenceObject *fence, uint32_t flush_type)
66 int ret = wsbmFenceSignaledType(fence, flush_type, &signaled_types);
70 return ((signaled_types & flush_type) == flush_type);
74 wsbmFenceSignaledCached(struct _WsbmFenceObject *fence, uint32_t flush_type)
78 return ((signaled_types & flush_type) == flush_type);
142 uint32_t flush_type, uint32_t * signaled_type)
    [all...]
wsbm_fencemgr.c 249 wsbmFenceSignaledType(struct _WsbmFenceObject *fence, uint32_t flush_type,
260 if ((*signaled & flush_type) == flush_type)
263 ret = mgr->info.signaled(mgr, fence->private, flush_type, signaled);
359 tSignaled(struct _WsbmFenceMgr *mgr, void *private, uint32_t flush_type,
368 arg.req.fence_type = flush_type;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_flush.c 35 int viddec_fw_parser_flush(unsigned int stream_id, unsigned int flush_type)
93 switch(flush_type)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_decoder_host.h 153 @param[in] flush_type : Type of flush we want to perform.ex:flush and discard.
158 uint32_t viddec_fw_decoder_flushstream(uint32_t strm_handle, uint32_t flush_type);
viddec_fw_parser_host.h 122 @param[in] flush_type : Type of flush we want to perform.ex:flush and discard.
128 uint32_t viddec_fw_parser_flushstream(uint32_t strm_handle, uint32_t flush_type);
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 307 uint32_t flush_type = *(uint32_t *)dqevent.u.data; local
310 // if the flush_type is not present.
312 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_OUTPUT)) {
321 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_CAPTURE)) {
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 268 uint32_t flush_type = *(uint32_t *)dqevent.u.data; local
271 // if the flush_type is not present.
273 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_OUTPUT)) {
282 if (!flush_type || (flush_type & V4L2_QCOM_CMD_FLUSH_CAPTURE)) {
    [all...]

Completed in 348 milliseconds