OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufs_first_pass_out_best_multipass_param
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/psb_video/src/
tng_trace.c
506
psb_buffer_map(&(ps_mem->
bufs_first_pass_out_best_multipass_param
), &(ps_mem->
bufs_first_pass_out_best_multipass_param
.virtual_addr));
507
if (ps_mem->
bufs_first_pass_out_best_multipass_param
.virtual_addr == NULL) {
515
PRINT_ARRAY_BYTE(ps_mem->
bufs_first_pass_out_best_multipass_param
.virtual_addr, 64);
522
psb_buffer_unmap(&(ps_mem->
bufs_first_pass_out_best_multipass_param
));
[
all
...]
tng_hostcode.h
107
struct psb_buffer_s
bufs_first_pass_out_best_multipass_param
; //sFirstPassOutBestMultipassParamBuf[MAX_SOURCE_SLOTS_SL]; //!< Output Selectable Best MV Parameters of the First Pass
member in struct:context_ENC_mem_s
tng_hostair.c
604
vaStatus = psb_buffer_map(&(ps_mem->
bufs_first_pass_out_best_multipass_param
), ppsBestMBDecisionOutBuf);
621
psb_buffer_unmap(&(ps_mem->
bufs_first_pass_out_best_multipass_param
));
[
all
...]
tng_cmdbuf.c
478
*(cmdbuf->cmd_idx)++ = wsbmKBufHandle(wsbmKBuf(ps_mem->
bufs_first_pass_out_best_multipass_param
.drm_buf));
tng_hostcode.c
281
psb_bt_cpu_vpu, &(ps_mem->
bufs_first_pass_out_best_multipass_param
));
332
psb_buffer_destroy(&(ps_mem->
bufs_first_pass_out_best_multipass_param
));
[
all
...]
Completed in 1035 milliseconds