HomeSort by relevance Sort by last modified time
    Searched refs:poc (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_order_cnt.c 55 computation of all POC types (0, 1 and 2), type is obtained from
56 sps. See standard for description of the POC types and how POC is
63 poc pointer to previous results
66 other params needed for POC computation
72 poc results stored here for computation of next POC
79 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
94 ASSERT(poc);
112 pSliceHeader->frameNum != poc->prevFrameNum &
    [all...]
h264bsd_pic_order_cnt.h 50 * POC computation of a picture. Two first fields for POC type 0, last two
64 i32 h264bsdDecodePicOrderCnt(pocStorage_t *poc, seqParamSet_t *sps,
  /test/vts-testcase/security/poc/target/
Android.poc_test_list.mk 19 module_src_files := kernel_bluetooth/30149612/poc.cpp
28 module_src_files := kernel_sound/28838221/poc.cpp
37 module_src_files := kernel_wifi/32219453/poc.cpp
45 module_src_files := kernel_wifi/31707909/poc.cpp
53 module_src_files := kernel_wifi/32402310/poc.cpp
Android.poc_test.mk 17 # Compiles a PoC test module into an executable and copies it into
18 # android-vts/testcases/DATA/nativetest(64)/security/poc/ directory.
23 module_path := security/poc/$(dir $(module_testname))
  /test/vts-testcase/security/poc/config/stable/
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/security/poc/config/stable
  /test/vts-testcase/security/poc/config/staging/
Android.mk 24 VTS_CONFIG_SRC_DIR := testcases/security/poc/config/staging
  /external/pdfium/third_party/libopenjpeg20/
pi.c 89 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
115 * @param p_max_res the maximum number of resolutions for all the poc inside the tile.
141 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
172 * @param p_max_res pointer that will hold the the maximum number of resolutions for all the poc inside the tile.
247 for (pi->layno = pi->poc.layno0; pi->layno < pi->poc.layno1; pi->layno++) {
248 for (pi->resno = pi->poc.resno0; pi->resno < pi->poc.resno1;
250 for (pi->compno = pi->poc.compno0; pi->compno < pi->poc.compno1; pi->compno++)
    [all...]
pi.h 97 opj_poc_t poc; member in struct:opj_pi_iterator
  /cts/hostsidetests/security/securityPatch/CVE-2016-8427/
poc.c 65 int poc() function
91 return poc();
  /toolchain/binutils/binutils-2.25/gold/
common.cc 286 Output_data_space* poc; local
291 poc = new Output_data_space(addralign, ds_name);
293 poc, ORDER_INVALID, false);
299 poc = NULL;
340 if (poc != NULL)
343 ssym->allocate_common(poc, off);
358 if (poc != NULL)
359 poc->set_current_data_size(off);
  /hardware/intel/img/psb_video/src/
tng_slotorder.c 43 int poc; local
45 poc = displaying_order % (intracnt * idrcnt + 1);
47 poc = displaying_order;
49 if (poc == 0) //IDR
51 else if ((poc % (bframes + 1)) == 0) //I or P
  /cts/hostsidetests/security/securityPatch/CVE-2017-0403/
poc.c 196 int poc() { function
230 return poc();
  /cts/hostsidetests/security/securityPatch/CVE-2017-7369/
poc.c 169 void poc(char* name) function
232 poc("controlC0");
  /test/vts-testcase/security/poc/target/kernel_wifi/31707909/
poc.cpp 66 int poc(const char *ifname) { function
116 if ((ret = poc(ifname)) != POC_TEST_PASS) break;
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 153 VTRACE("%d: decoding frame %.2f, poc top = %d, poc bottom = %d, flags = %d, reference = %d",
330 int32_t poc = getPOC(&(picParam->CurrPic)); local
331 if (poc < mAcquiredBuffer->pictureOrder) {
332 mAcquiredBuffer->pictureOrder = poc;
480 dpb->poc = getPOC(ref);
481 // looking for the latest ref frame in the DPB with specified POC, in case frames have same POC
484 ETRACE("Reference frame %d is missing for current frame %d", dpb->poc, getPOC(&(picParam->CurrPic)));
488 if (dpb->poc == getPOC(&(picParam->CurrPic)))
609 int32_t poc = getPOC(&(picParam->CurrPic)); local
    [all...]
VideoDecoderAVC.h 62 int32_t poc; // Picture Order Count member in struct:VideoDecoderAVC::DecodedPictureBuffer
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 990 guint poc = mix_videofmt_h264_get_poc(&(pRefList[j])); local
991 gpointer video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc);
1189 guint poc = 0; local
1194 poc = mix_videofmt_h264_get_poc(&(pic_data->slc_data[i].slc_parms.RefPicList0[j]));
1195 video_frame = g_hash_table_lookup(self->dpb_surface_table, (gpointer)poc);
1198 LOG_E( "unable to find surface of picture %d (current picture %d).", poc, mix_videofmt_h264_get_poc(&pic_params->CurrPic));
1458 guint poc = 0; local
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 647 if (pInfo->img.framepoc >= active_fs->frame.poc)
650 list_sort_number[list0idx] = active_fs->frame.poc;
682 if (pInfo->img.framepoc < active_fs->frame.poc)
685 list_sort_number[list0idx-list0idx_1] = active_fs->frame.poc;
751 if (pInfo->img.ThisPOC >= active_fs->frame.poc) {
753 list_sort_number[list0idx] = active_fs->frame.poc;
781 if (pInfo->img.ThisPOC < active_fs->frame.poc) {
783 list_sort_number[list0idx-list0idx_1] = active_fs->frame.poc;
1446 int32_t poc; local
3315 int32_t poc; local
3608 int32_t pos = 0, poc = 0, existing = 1; local
    [all...]
  /cts/hostsidetests/security/securityPatch/Bug-33452365/
Android.mk 19 LOCAL_SRC_FILES := poc.c
  /cts/hostsidetests/security/securityPatch/Bug-33863407/
Android.mk 19 LOCAL_SRC_FILES := poc.c
  /cts/hostsidetests/security/securityPatch/Bug-34328139/
Android.mk 19 LOCAL_SRC_FILES := poc.c
  /cts/hostsidetests/security/securityPatch/Bug-35047217/
Android.mk 19 LOCAL_SRC_FILES := poc.cpp
  /cts/hostsidetests/security/securityPatch/Bug-35047780/
Android.mk 19 LOCAL_SRC_FILES := poc.cpp
  /cts/hostsidetests/security/securityPatch/Bug-35048450/
Android.mk 19 LOCAL_SRC_FILES := poc.cpp
  /cts/hostsidetests/security/securityPatch/CVE-2016-10231/
Android.mk 19 LOCAL_SRC_FILES := poc.c

Completed in 411 milliseconds

1 2 3 4