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

  /frameworks/base/media/libstagefright/codecs/avc/common/src/
reflist.cpp 452 void SortFrameByFrameNumWrap(AVCFrameStore *data[], int num)
455 AVCFrameStore *temp;
474 void SortFrameByLTFrameIdx(AVCFrameStore *data[], int num)
477 AVCFrameStore *temp;
557 void SortFrameByPOC(AVCFrameStore *data[], int num, int descending)
560 AVCFrameStore *temp;
dpb.cpp 83 dpb->fs[num_fs] = (AVCFrameStore*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCFrameStore), 101/*DEFAULT_ATTR*/);
694 AVCFrameStore *fs = dpb->fs[idx];
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avclib_common.h 211 \param "fs" "Pointer to AVCFrameStore to be unmarked."
512 This function sorts array of pointers to AVCFrameStore in descending order of
514 \param "data" "Array of pointers to AVCFrameStore."
518 void SortFrameByFrameNumWrap(AVCFrameStore *data[], int num);
521 This function sorts array of pointers to AVCFrameStore in ascending order of
523 \param "data" "Array of pointers to AVCFrameStore."
527 void SortFrameByLTFrameIdx(AVCFrameStore *data[], int num);
548 This function sorts array of pointers to AVCFrameStore in descending order of
550 \param "data" "Array of pointers to AVCFrameStore."
554 void SortFrameByPOC(AVCFrameStore *data[], int num, int descending)
    [all...]
avcint_common.h 485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */
533 } AVCFrameStore;
670 AVCFrameStore *currFS; /* pointer to current frame store */
760 AVCFrameStore *refFrameList0ShortTerm[32];
761 AVCFrameStore *refFrameList1ShortTerm[32];
762 AVCFrameStore *refFrameListLongTerm[32];
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 562 AVCFrameStore *currFS = video->currFS;

Completed in 113 milliseconds