OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:got_start
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
viddec_h264_parse.c
65
//DEBUG_WRITE(pInfo->nal_unit_type, pInfo->
got_start
, pInfo->wl_err_flag, pInfo->is_current_workload_done, 0, 0);
69
pInfo->
got_start
,pInfo->nal_unit_type, pInfo->wl_err_curr, pInfo->is_current_workload_done, 0, pInfo->img.frame_num);
76
if(pInfo->
got_start
) {
91
//if(pInfo->
got_start
&& ((pInfo->sei_information.recovery_point) || (pInfo->nal_unit_type == h264_NAL_UNIT_TYPE_IDR)))
103
if( (1==pInfo->primary_pic_type_plus_one)&&(pInfo->
got_start
))
352
pInfo->
got_start
= 1;
406
//if(pInfo->
got_start
&& (code == 0))
h264parse.c
330
pInfo->
got_start
= 0;
h264parse_sei.c
535
if(pInfo->
got_start
) {
[
all
...]
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
375
else if (IS_IN_RANGE_E(relocs[i].where, sect->
got_start
, sect->got_end))
510
!IS_IN_RAM(sect->bss_end) || !IS_IN_RAM(sect->
got_start
) || !IS_IN_RAM(sect->got_end)) {
518
sect->
got_start
-= RAM_BASE;
683
fixupAddrElf(&hdr->sect.
got_start
) != NANO_RELOC_TYPE_RAM ||
716
size_t gotCount = (sect->got_end - sect->
got_start
) / sizeof(uint32_t);
766
for (uint32_t offset = sect->
got_start
; offset < sect->got_end;
[
all
...]
/device/google/contexthub/lib/include/nanohub/
nanohub.h
69
uint32_t
got_start
;
member in struct:SectInfo
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
995
uint8_t
got_start
;
member in struct:_h264_Info
Completed in 321 milliseconds