OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCodecCtx
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp
119
status = ivdec_api_function(
mCodecCtx
, (void *)&s_ctl_ip,
147
status = ivdec_api_function(
mCodecCtx
, (void *)&s_ctl_ip,
182
status = ivdec_api_function(
mCodecCtx
, (void *)&s_ctl_ip,
208
status = ivdec_api_function(
mCodecCtx
, (void *)&s_set_cores_ip,
230
status = ivdec_api_function(
mCodecCtx
, (void *)&s_video_flush_ip,
284
status = ivdec_api_function(
mCodecCtx
, (void*)&s_num_mem_rec_ip,
330
status = ivdec_api_function(
mCodecCtx
, (void *)&s_fill_mem_ip,
381
mCodecCtx
= (iv_obj_t*)mMemRecords[0].pv_base;
382
mCodecCtx
->pv_fxns = dec_fxns;
383
mCodecCtx
->u4_size = sizeof(iv_obj_t)
[
all
...]
SoftHEVC.h
72
iv_obj_t *
mCodecCtx
; // Codec context
Completed in 106 milliseconds