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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
mix_vbp_h264_stubs.c 98 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->slice_ref_list0[i]&0x1f]))==0)
111 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->dpb.listX_0[i]&0x1f]))==0)
149 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->slice_ref_list0[i]&0x1f]))==0)
162 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[pInfo->dpb.listX_0[i]&0x1f]))==0)
419 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
444 if(viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[fs_id])) == 0)
viddec_h264_workload.c 773 if( viddec_h264_get_is_non_existent(&(pInfo->dpb.fs[ (p_list[i]&0x1f) ])))
    [all...]
h264parse_dpb.c 639 if(viddec_h264_get_is_non_existent(active_fs)) skip_picture = 1;
674 if(viddec_h264_get_is_non_existent(active_fs)) skip_picture = 1;
744 if(viddec_h264_get_is_non_existent(active_fs))
774 if(viddec_h264_get_is_non_existent(active_fs))
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 375 #define viddec_h264_get_is_non_existent(x) h264_bitfields_extract( (x)->fs_flag_2, 0, 0x01) macro

Completed in 42 milliseconds