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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c 78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag) function
vbp_loader.h 142 /* rolling counter of buffers sent by vbp_parse */
230 uint32 buf_number; /* rolling counter of buffers sent by vbp_parse */
297 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag);
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 186 /* rolling counter of buffers sent by vbp_parse */
284 /* rolling counter of buffers sent by vbp_parse */
399 uint32 buf_number; /* rolling counter of buffers sent by vbp_parse */
452 uint32 buf_number; /* rolling counter of buffers sent by vbp_parse */
529 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 250 vbp_ret = vbp_parse(parent->parser_handle, header->data, header->data_size,
253 LOG_V("vbp_parse() returns 0x%x\n", vbp_ret);
259 LOG_E("Failed to call vbp_parse() to parse header data!\n");
477 vbp_ret = vbp_parse(parent->parser_handle, bufin[i]->data,
480 LOG_V("vbp_parse() returns 0x%x\n", vbp_ret);
484 LOG_E("vbp_parse() ret = %d\n", vbp_ret);
489 LOG_V("vbp_parse() ret = %d\n", vbp_ret);
    [all...]
mixvideoformat_h264.c 246 pret = vbp_parse(parent->parser_handle, header->data,
668 pret = vbp_parse(parent->parser_handle,
    [all...]
mixvideoformat_vc1.c 345 pret = vbp_parse(parent->parser_handle, header->data,
723 pret = vbp_parse(parent->parser_handle,
    [all...]

Completed in 72 milliseconds