OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IntraPeriod
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp
212
mEncoderParams->
intraPeriod
= mParamAvc.nPFrames + mParamAvc.nBFrames;
214
mEncoderParams->
intraPeriod
= mParamAvc.nPFrames + 1;
237
if (mEncoderParams->
intraPeriod
== 0) {
243
mAVCParams->ipPeriod = mEncoderParams->
intraPeriod
/ mParamAvc.nPFrames;
255
LOGV("
intraPeriod
= %d\n ", mEncoderParams->
intraPeriod
);
291
uint32_t
IntraPeriod
= mEncoderParams->
intraPeriod
;
296
if (idrPeriod == 0 ||
IntraPeriod
== 0) {
298
if (
IntraPeriod
== 0
[
all
...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h
205
Int
IntraPeriod
; /* Intra update period */
420
/*
IntraPeriod
, Timestamp, etc. */
/hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.h
122
IMG_UINT16
IntraPeriod
; /* Intra frame frequency */
/hardware/intel/img/psb_video/src/
pnw_hostcode.h
153
IMG_UINT16
IntraPeriod
; /* Intra frame frequency */
Completed in 73 milliseconds