OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pStorage
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c
82
pStorage
pointer to initialized storage structure
89
u32 h264bsdInit(storage_t *
pStorage
, u32 noOutputReordering)
96
ASSERT(
pStorage
);
98
h264bsdInitStorage(
pStorage
);
104
pStorage
->mbLayer = (macroblockLayer_t*)H264SwDecMalloc(size, 1);
105
if (!
pStorage
->mbLayer)
109
pStorage
->noReordering = HANTRO_TRUE;
130
pStorage
pointer to storage data structure
151
u32 h264bsdDecode(storage_t *
pStorage
, u8 *byteStrm, u32 len, u32 picId,
168
ASSERT(
pStorage
);
[
all
...]
h264bsd_slice_data.c
69
pStorage
pointer to storage structure
76
pStorage
mbStorage structure of each processed macroblock
85
u32 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *
pStorage
,
106
ASSERT(
pStorage
);
107
ASSERT(pSliceHeader->firstMbInSlice <
pStorage
->picSizeInMbs);
112
mbLayer =
pStorage
->mbLayer;
120
pStorage
->slice->sliceId++;
124
pStorage
->slice->lastMbAddr = 0;
129
qpY = (i32)
pStorage
->activePps->picInitQp + pSliceHeader->sliceQpDelta;
133
if (!pSliceHeader->redundantPicCnt &&
pStorage
->mb[currMbAddr].decoded
[
all
...]
h264bsd_storage.c
83
pStorage
initialized data stored here
90
void h264bsdInitStorage(storage_t *
pStorage
)
97
ASSERT(
pStorage
);
99
H264SwDecMemset(
pStorage
, 0, sizeof(storage_t));
101
pStorage
->activeSpsId = MAX_NUM_SEQ_PARAM_SETS;
102
pStorage
->activePpsId = MAX_NUM_PIC_PARAM_SETS;
104
pStorage
->aub->firstCallFlag = HANTRO_TRUE;
117
pStorage
pointer to storage structure
130
u32 h264bsdStoreSeqParamSet(storage_t *
pStorage
, seqParamSet_t *pSeqParamSet)
139
ASSERT(
pStorage
);
[
all
...]
h264bsd_decoder.h
60
u32 h264bsdInit(storage_t *
pStorage
, u32 noOutputReordering);
61
u32 h264bsdDecode(storage_t *
pStorage
, u8 *byteStrm, u32 len, u32 picId,
63
void h264bsdShutdown(storage_t *
pStorage
);
65
u8* h264bsdNextOutputPicture(storage_t *
pStorage
, u32 *picId, u32 *isIdrPic,
68
u32 h264bsdPicWidth(storage_t *
pStorage
);
69
u32 h264bsdPicHeight(storage_t *
pStorage
);
70
u32 h264bsdVideoRange(storage_t *
pStorage
);
71
u32 h264bsdMatrixCoefficients(storage_t *
pStorage
);
72
void h264bsdCroppingParams(storage_t *
pStorage
, u32 *croppingFlag,
74
void h264bsdSampleAspectRatio(storage_t *
pStorage
,
[
all
...]
h264bsd_slice_data.h
53
u32 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *
pStorage
,
56
void h264bsdMarkSliceCorrupted(storage_t *
pStorage
, u32 firstMbInSlice);
h264bsd_conceal.h
51
u32 h264bsdConceal(storage_t *
pStorage
, image_t *currImage, u32 sliceType);
h264bsd_storage.h
155
void h264bsdInitStorage(storage_t *
pStorage
);
156
void h264bsdResetStorage(storage_t *
pStorage
);
157
u32 h264bsdIsStartOfPicture(storage_t *
pStorage
);
158
u32 h264bsdIsEndOfPicture(storage_t *
pStorage
);
159
u32 h264bsdStoreSeqParamSet(storage_t *
pStorage
, seqParamSet_t *pSeqParamSet);
160
u32 h264bsdStorePicParamSet(storage_t *
pStorage
, picParamSet_t *pPicParamSet);
161
u32 h264bsdActivateParamSets(storage_t *
pStorage
, u32 ppsId, u32 isIdr);
162
void h264bsdComputeSliceGroupMap(storage_t *
pStorage
,
171
u32 h264bsdValidParamSets(storage_t *
pStorage
);
H264SwDecApi.c
216
storage_t *
pStorage
;
226
pStorage
= &(((decContainer_t *)decInst)->storage);
228
if (
pStorage
->activeSps == NULL ||
pStorage
->activePps == NULL)
242
pDecInfo->picWidth = h264bsdPicWidth(
pStorage
) << 4;
243
pDecInfo->picHeight = h264bsdPicHeight(
pStorage
) << 4;
244
pDecInfo->videoRange = h264bsdVideoRange(
pStorage
);
245
pDecInfo->matrixCoefficients = h264bsdMatrixCoefficients(
pStorage
);
247
h264bsdCroppingParams(
pStorage
,
255
h264bsdSampleAspectRatio(
pStorage
,
[
all
...]
h264bsd_conceal.c
111
pStorage
pointer to storage structure
123
u32 h264bsdConceal(storage_t *
pStorage
, image_t *currImage, u32 sliceType)
136
ASSERT(
pStorage
);
146
if (IS_P_SLICE(sliceType) || (
pStorage
->intraConcealmentFlag != 0))
151
refData = h264bsdGetRefPicData(
pStorage
->dpb, i);
160
while (i <
pStorage
->picSizeInMbs && !
pStorage
->mb[i].decoded)
172
if (i ==
pStorage
->picSizeInMbs)
174
if ( (IS_I_SLICE(sliceType) && (
pStorage
->intraConcealmentFlag == 0)) ||
180
pStorage
->numConcealedMbs = pStorage->picSizeInMbs
[
all
...]
/hardware/intel/common/libwsbm/src/
wsbm_pool.h
107
wsbmBufStorageUnref(struct _WsbmBufStorage **
pStorage
)
109
struct _WsbmBufStorage *storage = *
pStorage
;
111
*
pStorage
= NULL;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
propidl.h
238
IStorage *
pStorage
;
[
all
...]
oaidl.h
798
PVOID
pStorage
;
[
all
...]
/external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp
[
all
...]
Completed in 1078 milliseconds