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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 117 if(viddec_h264_get_dec_structure(active_fs) == FRAME)
131 if(viddec_h264_get_dec_structure(active_fs) == FRAME) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 358 #define viddec_h264_get_dec_structure(x) h264_bitfields_extract( (x)->fs_flag_1, 0, 0x03) macro
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 253 if (FRAME != viddec_h264_get_dec_structure(store))
263 if (FRAME == viddec_h264_get_dec_structure(store))
    [all...]

Completed in 1189 milliseconds