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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 265 LOG_V("Call vbp_query()\n");
266 vbp_ret = vbp_query(parent->parser_handle, (void *) &data);
267 LOG_V("vbp_query() returns 0x%x\n", vbp_ret);
270 LOG_E("Failed to call vbp_query() to query header data parsing result\n");
442 vbp_ret = vbp_query(parent->parser_handle, (void *) &data);
443 LOG_V("vbp_query() returns 0x%x\n", vbp_ret);
495 vbp_ret = vbp_query(parent->parser_handle, (void *) &data);
496 LOG_V("vbp_query() returns 0x%x\n", vbp_ret);
    [all...]
mixvideoformat_h264.c 259 pret = vbp_query(parent->parser_handle, (void *)&data);
629 pret = vbp_query(parent->parser_handle,
678 pret = vbp_query(parent->parser_handle,
871 pret = vbp_query(mix->parser_handle,
    [all...]
mixvideoformat_vc1.c 358 pret = vbp_query(parent->parser_handle, (void *)&data);
684 pret = vbp_query(parent->parser_handle,
733 pret = vbp_query(parent->parser_handle,
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c 109 uint32 vbp_query(Handle hcontext, void **data) function
vbp_loader.h 307 uint32 vbp_query(Handle hcontext, void **data);
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 539 uint32 vbp_query(Handle hcontext, void **data);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 109 mParserQuery = (QueryFunc)dlsym(mLibHandle, "vbp_query");
    [all...]

Completed in 129 milliseconds