OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nRefFrames
(Results
1 - 17
of
17
) sorted by null
/hardware/intel/common/wrs_omxil_core/base/src/
portvideo.cpp
218
avcparam.
nRefFrames
= p->
nRefFrames
;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp
373
m_sParamAVC.
nRefFrames
= 1;
731
if(pParam->
nRefFrames
!= 2)
733
DEBUG_PRINT_ERROR("Warning: 2 RefFrames are needed, changing RefFrames from %d to 2", pParam->
nRefFrames
);
734
avc_param.
nRefFrames
= 2;
742
if(pParam->
nRefFrames
!= 1)
744
DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->
nRefFrames
);
745
avc_param.
nRefFrames
= 1;
751
if(pParam->
nRefFrames
!= 1)
753
DEBUG_PRINT_ERROR("Warning: Only 1 RefFrame is supported, changing RefFrame from %d to 1)", pParam->
nRefFrames
);
754
avc_param.
nRefFrames
= 1
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
421
m_sParamAVC.
nRefFrames
= 1;
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp
407
avcParams->
nRefFrames
= 1;
466
avcType->
nRefFrames
!= 1 ||
/frameworks/native/include/media/openmax/
OMX_Video.h
[
all
...]
/hardware/qcom/media/msm8974/mm-core/inc/
OMX_Video.h
[
all
...]
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Video.h
[
all
...]
/hardware/qcom/media/msm8996/mm-core/inc/
OMX_Video.h
[
all
...]
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Video.h
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Video.h
[
all
...]
OMX_TI_Video.h
[
all
...]
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Video.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp
965
avcParams->
nRefFrames
= 1;
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
849
pAppData->pH264->
nRefFrames
= -1;
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
[
all
...]
Completed in 1658 milliseconds