HomeSort by relevance Sort by last modified time
    Searched refs:sarHeight (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.h 75 u32 *sarWidth, u32 *sarHeight);
h264bsd_vui.h 89 u32 sarHeight;
h264bsd_decoder.c 885 sarHeight sample aspect ratio width
889 void h264bsdSampleAspectRatio(storage_t *pStorage, u32 *sarWidth, u32 *sarHeight)
923 h = pStorage->activeSps->vuiParameters->sarHeight;
936 *sarHeight = h;
h264bsd_vui.c 118 pVuiParameters->sarHeight = tmp;
  /frameworks/av/media/libstagefright/include/
avc_utils.h 43 int32_t *sarWidth = NULL, int32_t *sarHeight = NULL);
  /frameworks/av/media/libstagefright/
avc_utils.cpp 47 int32_t *sarWidth, int32_t *sarHeight) {
140 if (sarHeight != NULL) {
141 *sarHeight = 0;
173 if (sarHeight != NULL) {
174 *sarHeight = sar_height;
302 int32_t sarWidth, sarHeight;
304 seqParamSet, &width, &height, &sarWidth, &sarHeight);
351 if (sarWidth > 1 || sarHeight > 1) {
355 meta->setInt32(kKeySARHeight, sarHeight);
365 sarHeight);
    [all...]
Utils.cpp 99 int32_t sarWidth, sarHeight;
101 && meta->findInt32(kKeySARHeight, &sarHeight)) {
103 msg->setInt32("sar-height", sarHeight);
398 int32_t sarWidth, sarHeight;
400 && msg->findInt32("sar-height", &sarHeight)) {
402 meta->setInt32(kKeySARHeight, sarHeight);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 668 int32_t sarWidth, sarHeight;
671 "sar-height", &sarHeight)) {
673 sarWidth, sarHeight);
675 displayWidth = (displayWidth * sarWidth) / sarHeight;
    [all...]

Completed in 294 milliseconds