Searched refs:AVCFrameStore (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Dreflist.cpp452 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;
H A Ddpb.cpp83 dpb->fs[num_fs] = (AVCFrameStore*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCFrameStore), 101/*DEFAULT_ATTR*/);
694 AVCFrameStore *fs = dpb->fs[idx];
/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davclib_common.h211 \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 *dat
[all...]
H A Davcint_common.h485 uint8 *Sl; /* derived from base_dpb in AVCFrameStore */
533 } AVCFrameStore; typedef in typeref:struct:tagFrameStore
670 AVCFrameStore *currFS; /* pointer to current frame store */
760 AVCFrameStore *refFrameList0ShortTerm[32];
761 AVCFrameStore *refFrameList1ShortTerm[32];
762 AVCFrameStore *refFrameListLongTerm[32];
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Davcenc_api.cpp554 AVCFrameStore *currFS = video->currFS;

Completed in 51 milliseconds