Searched refs:recon (Results 1 – 7 of 7) sorted by relevance
550 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncGetRecon(AVCHandle *avcHandle, AVCFrameIO *recon) in PVAVCEncGetRecon() argument561 recon->YCbCr[0] = currFS->frame.Sl; in PVAVCEncGetRecon()562 recon->YCbCr[1] = currFS->frame.Scb; in PVAVCEncGetRecon()563 recon->YCbCr[2] = currFS->frame.Scr; in PVAVCEncGetRecon()564 recon->height = currFS->frame.height; in PVAVCEncGetRecon()565 recon->pitch = currFS->frame.pitch; in PVAVCEncGetRecon()566 recon->disp_order = currFS->PicOrderCnt; in PVAVCEncGetRecon()567 recon->coding_order = currFS->FrameNum; in PVAVCEncGetRecon()568 recon->id = (intptr_t) currFS->base_dpb; /* use the pointer as the id */ in PVAVCEncGetRecon()575 OSCL_EXPORT_REF AVCEnc_Status PVAVCEncReleaseRecon(AVCHandle *avcHandle, AVCFrameIO *recon) in PVAVCEncReleaseRecon() argument[all …]
276 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncGetRecon(AVCHandle *avcHandle, AVCFrameIO *recon);288 OSCL_IMPORT_REF AVCEnc_Status PVAVCEncReleaseRecon(AVCHandle *avcHandle, AVCFrameIO *recon);
20 public void requestReconsideration(RankingReconsideration recon); in requestReconsideration() argument
118 RankingReconsideration recon = extractor.process(r); in extractSignals() local119 if (recon != null) { in extractSignals()120 mRankingHandler.requestReconsideration(recon); in extractSignals()
3072 RankingReconsideration recon = (RankingReconsideration) message.obj; in handleRankingReconsideration()3073 recon.run(); in handleRankingReconsideration()3076 final NotificationRecord record = mNotificationsByKey.get(recon.getKey()); in handleRankingReconsideration()3083 recon.applyChangesLocked(record); in handleRankingReconsideration()3234 public void requestReconsideration(RankingReconsideration recon) { in requestReconsideration() argument3236 NotificationManagerService.MESSAGE_RECONSIDER_RANKING, recon); in requestReconsideration()3237 long delay = recon.getDelay(TimeUnit.MILLISECONDS); in requestReconsideration()
316 AVCFrameIO recon; in main() local317 if (PVAVCEncGetRecon(&handle, &recon) == AVCENC_SUCCESS) { in main()318 PVAVCEncReleaseRecon(&handle, &recon); in main()
660 AVCFrameIO recon; in onQueueFilled() local661 if (PVAVCEncGetRecon(mHandle, &recon) == AVCENC_SUCCESS) { in onQueueFilled()662 PVAVCEncReleaseRecon(mHandle, &recon); in onQueueFilled()