Searched defs:tp (Results 1 - 12 of 12) sorted by relevance

/hardware/ti/omap4-aah/domx/domx/profiling/src/
H A Dprofile.c108 struct timespec tp; local
110 clock_gettime(CLOCK_MONOTONIC, &tp);
111 return (tp.tv_sec * 1000000 + tp.tv_nsec / 1000);
164 struct timespec tp; local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dethreading.c68 TOKENEXTRA *tp ; local
96 tp = cpi->tok + (mb_row * (cm->mb_cols * 16 * 24));
97 cpi->tplist[mb_row].start = tp;
130 tp = tp_start;
186 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, &tp);
193 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, &tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
248 int tok_count = tp - tp_start;
252 cpi->tplist[mb_row].stop = tp;
H A Dtokenize.c106 TOKENEXTRA **tp,
113 TOKENEXTRA *t = *tp;/* store tokens starting here */
137 *tp = t;
186 *tp = t;
194 TOKENEXTRA **tp,
205 TOKENEXTRA *t = *tp;/* store tokens starting here */
236 *tp = t;
284 *tp = t;
309 *tp = t;
359 *tp
103 tokenize2nd_order_b( MACROBLOCK *x, TOKENEXTRA **tp, VP8_COMP *cpi ) argument
191 tokenize1st_order_b( MACROBLOCK *x, TOKENEXTRA **tp, int type, VP8_COMP *cpi ) argument
494 stuff2nd_order_b( TOKENEXTRA **tp, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, VP8_COMP *cpi, MACROBLOCK *x ) argument
518 stuff1st_order_b( TOKENEXTRA **tp, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, int type, VP8_COMP *cpi, MACROBLOCK *x ) argument
544 stuff1st_order_buv( TOKENEXTRA **tp, ENTROPY_CONTEXT *a, ENTROPY_CONTEXT *l, VP8_COMP *cpi, MACROBLOCK *x ) argument
[all...]
H A Dencodeframe.c367 TOKENEXTRA **tp,
411 cpi->tplist[mb_row].start = *tp;
435 *tp = cpi->tok;
503 *totalrate += vp8cx_encode_intra_macroblock(cpi, x, tp);
510 *totalrate += vp8cx_encode_inter_macroblock(cpi, x, tp, recon_yoffset, recon_uvoffset, mb_row, mb_col);
559 cpi->tplist[mb_row].stop = *tp;
564 int tok_count = *tp - tp_start;
720 TOKENEXTRA *tp = cpi->tok; local
825 tp = cpi->tok;
827 tp
362 encode_mb_row(VP8_COMP *cpi, VP8_COMMON *cm, int mb_row, MACROBLOCK *x, MACROBLOCKD *xd, TOKENEXTRA **tp, int *segment_counts, int *totalrate) argument
[all...]
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp111 uint8 *tp = aInputs->inPtr; local
115 if (tp[0] == 0 && tp[1] == 0)
118 uint8* tmp_ptr = tp;
119 uint8* buffer_begin = tp;
139 retval = iGetAVCConfigInfo(tp,
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp112 uint8 *tp = aInputs->inPtr; local
116 if (tp[0] == 0 && tp[1] == 0)
119 uint8* tmp_ptr = tp;
120 uint8* buffer_begin = tp;
140 retval = iGetAVCConfigInfo(tp,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_tokenize.c164 TOKENEXTRA **tp; member in struct:tokenize_b_args
214 TOKENEXTRA **tp = args->tp; local
221 TOKENEXTRA *t = *tp; /* store tokens starting here */
283 *tp = t;
H A Dvp9_bitstream.c125 TOKENEXTRA **tp, const TOKENEXTRA *stop) {
126 TOKENEXTRA *p = *tp;
182 *tp = p + (p->token == EOSB_TOKEN);
124 pack_mb_tokens(vp9_writer *w, TOKENEXTRA **tp, const TOKENEXTRA *stop) argument
H A Dvp9_encodeframe.c1222 TOKENEXTRA **tp, int mi_row, int mi_col,
1235 encode_superblock(cpi, tp, output_enabled, mi_row, mi_col, bsize);
1240 (*tp)->token = EOSB_TOKEN;
1241 (*tp)++;
1246 TOKENEXTRA **tp, int mi_row, int mi_col,
1274 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1280 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1283 encode_b(cpi, tile, tp, mi_row, mi_col + hbs, output_enabled, subsize);
1290 encode_b(cpi, tile, tp, mi_row, mi_col, output_enabled, subsize);
1293 encode_b(cpi, tile, tp, mi_ro
1221 encode_b(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize) argument
1245 encode_sb(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize) argument
1452 encode_b_rt(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize) argument
1474 encode_sb_rt(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, int output_enabled, BLOCK_SIZE bsize) argument
1555 rd_use_partition(VP9_COMP *cpi, const TileInfo *const tile, MODE_INFO **mi_8x8, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, int64_t *dist, int do_recon) argument
1998 rd_pick_partition(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, int64_t *dist, int do_recon, int64_t best_rd) argument
2312 encode_rd_sb_row(VP9_COMP *cpi, const TileInfo *const tile, int mi_row, TOKENEXTRA **tp) argument
2642 nonrd_pick_partition(VP9_COMP *cpi, const TileInfo *const tile, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int *rate, int64_t *dist, int do_recon, int64_t best_rd) argument
2911 nonrd_use_partition(VP9_COMP *cpi, const TileInfo *const tile, MODE_INFO **mi_8x8, TOKENEXTRA **tp, int mi_row, int mi_col, BLOCK_SIZE bsize, int output_enabled, int *totrate, int64_t *totdist) argument
3021 encode_nonrd_sb_row(VP9_COMP *cpi, const TileInfo *const tile, int mi_row, TOKENEXTRA **tp) argument
3148 TOKENEXTRA *tp = cpi->tok; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2883 const CuePoint::TrackPosition& tp)
2913 if (pos < tp.m_pos)
2915 else if (pos > tp.m_pos)
2918 return pCluster->GetEntry(cp, tp);
2922 //assert(Cluster::HasBlockEntries(this, tp.m_pos));
2924 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1);
2934 return pCluster->GetEntry(cp, tp);
2980 //assert(Cluster::HasBlockEntries(this, tp.m_pos));
3119 TrackPosition& tp = *p++; local
3120 tp
2881 GetBlock( const CuePoint& cp, const CuePoint::TrackPosition& tp) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2854 const CuePoint::TrackPosition& tp)
2884 if (pos < tp.m_pos)
2886 else if (pos > tp.m_pos)
2889 return pCluster->GetEntry(cp, tp);
2893 //assert(Cluster::HasBlockEntries(this, tp.m_pos));
2895 Cluster* const pCluster = Cluster::Create(this, -1, tp.m_pos); //, -1);
2905 return pCluster->GetEntry(cp, tp);
2951 //assert(Cluster::HasBlockEntries(this, tp.m_pos));
3092 TrackPosition& tp = *p++; local
3093 tp
2852 GetBlock( const CuePoint& cp, const CuePoint::TrackPosition& tp) argument
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp5045 struct timeval tp; local
5046 gettimeofday(&tp, NULL);
5047 ts.tv_sec = tp.tv_sec + 5;
5048 ts.tv_nsec = tp.tv_usec * 1000;

Completed in 513 milliseconds