Searched defs:ref (Results 1 - 5 of 5) sorted by relevance
/hardware/intel/common/libmix/videodecoder/ |
H A D | VideoDecoderVP8.cpp | 44 ReferenceFrameBuffer ref = mRFBs[toggle][ref_type]; local 45 if (ref.surfaceBuffer) { 46 ref.surfaceBuffer->asReferernce = false;
|
H A D | VideoDecoderAVC.cpp | 432 VAPictureH264 *ref = sliceParam->RefPicList0; local 439 for (int32_t j = 0; j <= activeMinus1; j++, ref++) { 440 if (!(ref->flags & VA_PICTURE_H264_INVALID)) { 441 ref->picture_id = findSurface(ref); 442 if (ref->picture_id == VA_INVALID_SURFACE) { 448 WTRACE("Reference frame %d is missing. Use last reference", getPOC(ref)); 449 ref->picture_id = mLastReference->renderBuffer.surface; 451 ETRACE("Reference frame %d is missing. Stop decoding.", getPOC(ref)); 458 ref 467 VAPictureH264 *ref = picParam->ReferenceFrames; local [all...] |
/hardware/intel/img/psb_video/src/ |
H A D | tng_picmgmt.c | 52 VAStatus tng_picmgmt_update(context_ENC_p ctx, IMG_PICMGMT_TYPE eType, unsigned int ref) argument 62 F_ENCODE(ref, MTX_MSG_PICMGMT_DATA);
|
H A D | vsp_vp8.c | 309 struct ref_frame_surface *ref = local
|
/hardware/intel/common/libva/test/encode/ |
H A D | h264encode.c | 1173 #define partition(ref, field, key, ascending) \ 1176 while (ref[i].field < key) \ 1178 while (ref[j].field > key) \ 1181 while (ref[i].field > key) \ 1183 while (ref[j].field < key) \ 1187 tmp = ref[i]; \ 1188 ref[i] = ref[j]; \ 1189 ref[j] = tmp; \ 1195 static void sort_one(VAPictureH264 ref[], in argument 1218 sort_two(VAPictureH264 ref[], int left, int right, unsigned int key, unsigned int frame_idx, int partition_ascending, int list0_ascending, int list1_ascending) argument [all...] |
Completed in 83 milliseconds