Home
last modified time | relevance | path

Searched refs:framecount (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_audiothread.cpp63 int32_t framecount = -1; in statsd_audiothread() local
64 if (item->getInt32(MM_PREFIX "framecount", &framecount)) { in statsd_audiothread()
65 metrics_proto.set_framecount(framecount); in statsd_audiothread()
206 << " framecount:" << framecount in statsd_audiothread()
/aosp12/frameworks/av/media/libaudioclient/tests/
H A Dtrack_test_input_v1.0_ref.txt21 # framecount tests
/aosp12/frameworks/proto_logging/stats/message/
H A Dmediametrics_message.proto75 optional int32 framecount = 2; field
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h150 unsigned long framecount; member
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h165 unsigned long framecount; member
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h150 unsigned long framecount; member
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2_params.cpp312 intra_refresh.framecount = intra_refresh_period->nRefreshPeriod; in venc_set_config()
852 intra_refresh.framecount = 0; in venc_set_param()
H A Dvideo_encoder_device_v4l2.cpp3512 control_mode.value = intra_refresh.framecount; in venc_set_intra_refresh()
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2284 intra_refresh.framecount = 0; in venc_set_param()
3023 intra_refresh.framecount = intra_refresh_period->nRefreshPeriod; in venc_set_config()
5018 if (intra_refresh.framecount) { in venc_reconfigure_intra_refresh_period()
5023 num_intra_refresh_mbs = ceil(num_mbs_per_frame / intra_refresh.framecount); in venc_reconfigure_intra_refresh_period()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp2601 intra_refresh.framecount = 0; in venc_set_param()
3323 intra_refresh.framecount = intra_refresh_period->nRefreshPeriod; in venc_set_config()
5376 if (intra_refresh.framecount) { in venc_reconfigure_intra_refresh_period()
5381 num_intra_refresh_mbs = ceil(num_mbs_per_frame / intra_refresh.framecount); in venc_reconfigure_intra_refresh_period()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto14287 // The client-server buffer framecount.
14288 // The framecount is generally between 960 - 48000 for PCM encoding.
14289 // The framecount represents raw buffer size in bytes for non-PCM encoding.
14352 // The framecount of the buffer delivered to (or from) the HAL.
14353 // The framecount is generally ~960 for PCM encoding.
14354 // The framecount represents raw buffer size in bytes for non-PCM encoding.
14405 // The client-server buffer framecount.
14406 // The framecount is generally between 960 - 48000 for PCM encoding.
14407 // The framecount represents raw buffer size in bytes for non-PCM encoding.
14408 // A static track (see traits) may have a very large framecount.