Searched defs:marking (Results 1 - 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
H A Dh264_parser.cc1240 H264DecRefPicMarking* marking; local
1244 marking = &shdr->ref_pic_marking[i];
1246 READ_UE_OR_RETURN(&marking->memory_mgmnt_control_operation);
1247 if (marking->memory_mgmnt_control_operation == 0)
1250 if (marking->memory_mgmnt_control_operation == 1 ||
1251 marking->memory_mgmnt_control_operation == 3)
1252 READ_UE_OR_RETURN(&marking->difference_of_pic_nums_minus1);
1254 if (marking->memory_mgmnt_control_operation == 2)
1255 READ_UE_OR_RETURN(&marking->long_term_pic_num);
1257 if (marking
[all...]
/external/v8/src/heap/
H A Dincremental-marking.cc5 #include "src/heap/incremental-marking.h"
75 IncrementalMarking* marking = isolate->heap()->incremental_marking(); local
78 marking->RecordWriteOfCodeEntry(host, slot, value);
188 // the array and try to push it onto the marking deque again until it is
225 // We will mark cache black with a separate pass when we finish marking.
254 // Marks the object grey and pushes it on the marking stack.
259 // Marks the object black without pushing it on the marking stack.
260 // Returns true if object needed marking and false otherwise.
395 // Only start incremental marking in a safe state: 1) when incremental
396 // marking i
[all...]

Completed in 1078 milliseconds