HomeSort by relevance Sort by last modified time
    Searched refs:TIME_SZ (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
ts_parser.h 60 #define TIME_SZ 64
66 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h 61 #define TIME_SZ 64
67 timestamp input_timestamps[TIME_SZ];
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp 120 for(int i=0; i < TIME_SZ; i++) {
139 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
156 for(int i = 0; i < TIME_SZ && !table_entry; i++) {
188 for(int i=0; i < TIME_SZ && num_ent_remove; i++) {
221 for(int i=0; i < TIME_SZ; i++) {
248 for(int i=0; i < TIME_SZ; i++) {
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp 134 for (int i=0; i < TIME_SZ; i++) {
158 if (pcurrent->entries_filled > (TIME_SZ - 1)) {
179 for (int i = 0; i < TIME_SZ && !table_entry; i++) {
219 for (int i=0; i < TIME_SZ && num_ent_remove; i++) {
259 for (int i=0; i < TIME_SZ; i++) {
291 for (int i=0; i < TIME_SZ; i++) {

Completed in 63 milliseconds