Searched refs:vbp_data_vc1 (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
D | VideoDecoderWMV.h | 38 Decode_Status decodeFrame(VideoDecodeBuffer *buffer, vbp_data_vc1 *data); 39 Decode_Status decodePicture(vbp_data_vc1 *data, int32_t picIndex); 43 Decode_Status startVA(vbp_data_vc1 *data); 44 void updateFormatInfo(vbp_data_vc1 *data); 46 Decode_Status parseBuffer(uint8_t *data, int32_t size, vbp_data_vc1 **vbpData);
|
D | VideoDecoderWMV.cpp | 48 vbp_data_vc1 *data = NULL; in start() 83 vbp_data_vc1 *data = NULL; in decode() 151 Decode_Status VideoDecoderWMV::decodeFrame(VideoDecodeBuffer* buffer, vbp_data_vc1 *data) { in decodeFrame() 238 Decode_Status VideoDecoderWMV::decodePicture(vbp_data_vc1 *data, int32_t picIndex) { in decodePicture() 458 Decode_Status VideoDecoderWMV::startVA(vbp_data_vc1 *data) { in startVA() 477 void VideoDecoderWMV::updateFormatInfo(vbp_data_vc1 *data) { in updateFormatInfo() 541 Decode_Status VideoDecoderWMV::parseBuffer(uint8_t *data, int32_t size, vbp_data_vc1 **vbpData) { in parseBuffer()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_vc1_parser.c | 103 vbp_data_vc1 *query_data = NULL; in vbp_allocate_query_data_vc1() 104 query_data = g_try_new0(vbp_data_vc1, 1); in vbp_allocate_query_data_vc1() 160 vbp_data_vc1 *query_data = NULL; in vbp_free_query_data_vc1() 167 query_data = (vbp_data_vc1 *)pcontext->query_data; in vbp_free_query_data_vc1() 380 vbp_data_vc1 *query_data = (vbp_data_vc1 *) pcontext->query_data; in vbp_parse_start_code_vc1() 669 vbp_data_vc1 *query_data = (vbp_data_vc1 *)pcontext->query_data; in vbp_populate_query_data_vc1() 975 vbp_data_vc1 *query_data = (vbp_data_vc1 *)pcontext->query_data; in vbp_process_parsing_result_vc1()
|
D | vbp_loader.h | 236 } vbp_data_vc1; typedef
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixvideoformat_vc1.h | 115 vbp_data_vc1 *data,
|
D | mixvideoformat_vc1.c | 252 vbp_data_vc1 *data = NULL; in mix_videofmt_vc1_initialize() 627 vbp_data_vc1 *data = NULL; in mix_videofmt_vc1_decode() 919 vbp_data_vc1 *data, in mix_videofmt_vc1_decode_a_picture() 1299 vbp_data_vc1 *data, in mix_videofmt_vc1_process_decode() 1547 vbp_data_vc1 *data = NULL; in mix_videofmt_vc1_eos()
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 405 } vbp_data_vc1; typedef
|